mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
highlights(glimmer): add copyright note
This commit is contained in:
parent
cb2de4e172
commit
e22b5ee6ef
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
;; By @alexlafroscia (https://github.com/alexlafroscia/tree-sitter-glimmer)
|
||||||
|
;; Licensed under MIT
|
||||||
|
;; Modified for nvim-treesitter
|
||||||
|
|
||||||
; Tags that start with a lower case letter are HTML tags
|
; Tags that start with a lower case letter are HTML tags
|
||||||
((tag_name) @tag
|
((tag_name) @tag
|
||||||
(#match? @tag "^[a-z]"))
|
(#match? @tag "^[a-z]"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue