diff options
Diffstat (limited to 'runtime/queries/passwd/highlights.scm')
| -rw-r--r-- | runtime/queries/passwd/highlights.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/queries/passwd/highlights.scm b/runtime/queries/passwd/highlights.scm new file mode 100644 index 000000000..51bb8fc5f --- /dev/null +++ b/runtime/queries/passwd/highlights.scm @@ -0,0 +1,16 @@ +(user) @module + +(auth) @string.special.symbol + +(gecos) @string + +(home) @string.special.path + +(shell) @string.special.path + +[ + (gid) + (uid) +] @number + +(separator) @punctuation.delimiter |
