mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(glimmer): highlight builtin tags
This commit is contained in:
parent
75beaf3632
commit
01963961b5
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@
|
|||
|
||||
(statement_identifier) @label
|
||||
|
||||
(glimmer_opening_tag) @tag.builtin
|
||||
|
||||
(glimmer_closing_tag) @tag.builtin
|
||||
|
||||
; Function and method definitions
|
||||
;--------------------------------
|
||||
(function_expression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue