fix: incorrect hightlight groups

This commit is contained in:
Jirgn 2021-11-26 21:22:28 +01:00 committed by Stephan Seitz
parent 85bc7431e8
commit 096f0e91be
3 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@
)
(include_statement
"include" @include
":" @punctuation.delimiter
(source_file) @uri
":" @punctation.delimiter
(source_file) @text.uri
)
(namespace_declaration

View file

@ -1,3 +1,3 @@
(eel_arrow_function) @local.scope
(eel_arrow_function) @scope
(eel_parameter) @local.definition
(eel_parameter) @definition.parameter

View file

@ -1,7 +1,7 @@
include: SomeFile.fusion
//<- include
// ^punctuation.delimiter
// ^uri
// ^text.uri
namespace ns = Neos.Fusion.Space
//<- keyword