mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
feat: add passwd
This commit is contained in:
parent
f95ffd09ed
commit
3fe80dbecd
4 changed files with 28 additions and 0 deletions
16
queries/passwd/highlights.scm
Normal file
16
queries/passwd/highlights.scm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
(user) @namespace
|
||||
|
||||
(auth) @symbol
|
||||
|
||||
(gecos) @string
|
||||
|
||||
(home) @text.uri @constant
|
||||
|
||||
(shell) @text.uri @string.special
|
||||
|
||||
[
|
||||
(gid)
|
||||
(uid)
|
||||
] @number
|
||||
|
||||
(separator) @punctuation.delimiter
|
||||
Loading…
Add table
Add a link
Reference in a new issue