aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/json5/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/json5/highlights.scm')
-rw-r--r--runtime/queries/json5/highlights.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/queries/json5/highlights.scm b/runtime/queries/json5/highlights.scm
new file mode 100644
index 000000000..4ffe311c4
--- /dev/null
+++ b/runtime/queries/json5/highlights.scm
@@ -0,0 +1,15 @@
+[
+ (true)
+ (false)
+] @boolean
+
+(null) @constant
+
+(string) @string
+
+(number) @number
+
+(comment) @comment @spell
+
+(member
+ name: (_) @keyword)