aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorath32023-02-10 17:12:46 +0000
committerGitHub2023-02-10 17:12:46 +0000
commit189c3c2ddc60fb0eb7d15496099d46baec514732 (patch)
tree1d3c177442f2f371761b4818834b7693819cee97 /runtime
parent8a3ec443f176218384db8c8610bbada9c43a6ea5 (diff)
Add tree-sitter-passwd (#4959)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/passwd/highlights.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/queries/passwd/highlights.scm b/runtime/queries/passwd/highlights.scm
new file mode 100644
index 00000000..00751750
--- /dev/null
+++ b/runtime/queries/passwd/highlights.scm
@@ -0,0 +1,7 @@
+(user) @namespace
+(auth) @keyword
+(uid) @constant
+(gid) @constant
+(gecos) @string
+(home) @variable
+(shell) @attribute