highlights(glimmer): add copyright note

This commit is contained in:
Stephan Seitz 2021-03-01 00:58:52 +01:00 committed by Stephan Seitz
parent cb2de4e172
commit e22b5ee6ef

View file

@ -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
((tag_name) @tag
(#match? @tag "^[a-z]"))