mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-12-01 11:23:10 +03:00
highlights: @include -> @keyword.control.import
This commit is contained in:
parent
78b6155292
commit
9c484e88cf
@ -278,7 +278,7 @@
|
||||
"\\includeinkscape"
|
||||
"\\usepgflibrary"
|
||||
"\\usetikzlibrary"
|
||||
] @include
|
||||
] @keyword.control.import
|
||||
|
||||
[
|
||||
"\\part"
|
||||
|
@ -12,7 +12,7 @@
|
||||
((account) @variable.other.member)
|
||||
((commodity) @text.literal)
|
||||
|
||||
"include" @include
|
||||
"include" @keyword.local.import
|
||||
|
||||
[
|
||||
"account"
|
||||
|
@ -90,7 +90,7 @@
|
||||
|
||||
["exception" "try"] @keyword.control.exception
|
||||
|
||||
["include" "open"] @include
|
||||
["include" "open"] @keyword.control.import
|
||||
|
||||
["for" "to" "downto" "while" "do" "done"] @keyword.control.repeat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user