mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Tweak rust highlighting
* Highlight self as special variable Closes atom/language-rust#3
This commit is contained in:
@@ -75,6 +75,8 @@ scopes:
|
||||
super
|
||||
''': 'keyword.control'
|
||||
|
||||
'self': 'variable.self'
|
||||
|
||||
'''
|
||||
use_wildcard > identifier:nth-child(0),
|
||||
scoped_type_identifier > identifier:nth-child(0),
|
||||
|
||||
Reference in New Issue
Block a user