Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/hocon/textobjects.scm')
-rw-r--r--runtime/queries/hocon/textobjects.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/queries/hocon/textobjects.scm b/runtime/queries/hocon/textobjects.scm
new file mode 100644
index 00000000..aa458393
--- /dev/null
+++ b/runtime/queries/hocon/textobjects.scm
@@ -0,0 +1,10 @@
+(comment) @comment.inside
+
+(comment)+ @comment.around
+
+(pair
+ (_) @entry.inside) @entry.around
+
+(array
+ (_) @entry.around)
+