mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: incorrect hightlight groups
This commit is contained in:
parent
85bc7431e8
commit
096f0e91be
3 changed files with 5 additions and 5 deletions
|
|
@ -25,8 +25,8 @@
|
|||
)
|
||||
(include_statement
|
||||
"include" @include
|
||||
":" @punctuation.delimiter
|
||||
(source_file) @uri
|
||||
":" @punctation.delimiter
|
||||
(source_file) @text.uri
|
||||
)
|
||||
|
||||
(namespace_declaration
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
(eel_arrow_function) @local.scope
|
||||
(eel_arrow_function) @scope
|
||||
|
||||
(eel_parameter) @local.definition
|
||||
(eel_parameter) @definition.parameter
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
include: SomeFile.fusion
|
||||
//<- include
|
||||
// ^punctuation.delimiter
|
||||
// ^uri
|
||||
// ^text.uri
|
||||
|
||||
namespace ns = Neos.Fusion.Space
|
||||
//<- keyword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue