mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
feat(treesitter): map vim to @namespace.builtin
This commit is contained in:
parent
758520dcbb
commit
5f0713d2b6
1 changed files with 4 additions and 0 deletions
4
queries/lua/highlights.scm
Normal file
4
queries/lua/highlights.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
;; extends
|
||||||
|
|
||||||
|
((identifier) @namespace.builtin
|
||||||
|
(#eq? @namespace.builtin "vim"))
|
||||||
Loading…
Add table
Reference in a new issue