-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect highlighting of function parameter names for Django-specific functions #48
Comments
Strange. I'm using the Monokai theme in Sublime Text 2.0.2. Though it's true that none of the other themes seem to have the named argument styling. |
I confirm this happens though I hadn't really noticed until I've read this issue report :D |
Thanks guys. I'll look into it a bit later. |
I'm having the same problem here. I'm also using Monokai (just changed the background). When I change the syntax to "Python" (the standard one which comes with Sublime), it shows me like this: However, if I change the syntax to Python (Django), I got this: As far as I remember, the "correct" way of showing was a mix of both. With parameters orange and the type of the fields in blue. Anyone has any news about it?! |
I was just refactoring some code from using |
When a function name is picked up as a Django function (and hence colored in blue in my theme) the parameter names are not highlighted as in normal function calls.
In the example above I'd expect the parameter names
default
andhelp_text
in the second field to be orange like the first field.The text was updated successfully, but these errors were encountered: