feat(lua): added LazyVim as a treesitter builtin

This commit is contained in:
Folke Lemaitre 2024-05-15 15:31:08 +02:00
parent 12a48b8ce1
commit a97fa3b756
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -2,3 +2,6 @@
((identifier) @namespace.builtin
(#eq? @namespace.builtin "vim"))
((identifier) @namespace.builtin
(#eq? @namespace.builtin "LazyVim"))