Skip to content

Commit

Permalink
feat(lua): added LazyVim as a treesitter builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 15, 2024
1 parent 12a48b8 commit a97fa3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions queries/lua/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

((identifier) @namespace.builtin
(#eq? @namespace.builtin "vim"))

((identifier) @namespace.builtin
(#eq? @namespace.builtin "LazyVim"))

0 comments on commit a97fa3b

Please sign in to comment.