; Fix typo
This commit is contained in:
parent
fdac69b45e
commit
43c62a4732
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@
|
||||||
'((field_identifier) @font-lock-property-face
|
'((field_identifier) @font-lock-property-face
|
||||||
(shorthand_field_initializer (identifier) @font-lock-property-face))
|
(shorthand_field_initializer (identifier) @font-lock-property-face))
|
||||||
|
|
||||||
;; Must be under type, otherwise some imports can be highlighted as consants.
|
;; Must be under type, otherwise some imports can be highlighted as constants.
|
||||||
:language 'rust
|
:language 'rust
|
||||||
:feature 'constant
|
:feature 'constant
|
||||||
`((boolean_literal) @font-lock-constant-face
|
`((boolean_literal) @font-lock-constant-face
|
||||||
|
|
Loading…
Add table
Reference in a new issue