diff dot_config/helix/runtime/queries/hgrc/highlights.scm @ 826:b2e6175efcad

feat: add hgrc grammar and highlights
author zegervdv <zegervdv@me.com>
date Fri, 22 Dec 2023 10:27:32 +0100
parents
children 2033a1460dbc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dot_config/helix/runtime/queries/hgrc/highlights.scm	Fri Dec 22 10:27:32 2023 +0100
@@ -0,0 +1,11 @@
+(section
+  (name) @namespace)
+
+(option
+  (option_name) @keyword)
+
+(path) @string.special.path
+(string) @string
+(bool) @constant.builtin.boolean
+
+(comment) @comment