| Age | Commit message (Collapse) | Author |
|
|
|
This solution is preferable to `(identifier) @Normal` since otherwise
everything without highlight will use string-highlighting.
|
|
|
|
|
|
highlights
|
|
* allow for digits in constant names
* removed redundant/conflicting rules
* added missing hlmap
* fixed escape_sequence
* more explicit @constructor assignment
* added rules for function decoration identifiers
|
|
- Highlight types in attributes as @type (**Foo**.a)
- Highlight superclasses @type
- Highlight ^[A-Z] as @type
- Highlight isinstance(*, type) as @type
- Highlight default_parameter and keyword_argument as @parameter
- Highlight *args, **kwargs as @parameter
- Highlight -> as @operator
|
|
|
|
|