; Fix typo

This commit is contained in:
Stefan Kangas 2023-02-15 15:21:43 +01:00
parent fdac69b45e
commit 43c62a4732

View file

@ -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