aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/nasm/textobjects.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/nasm/textobjects.scm')
-rw-r--r--runtime/queries/nasm/textobjects.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/queries/nasm/textobjects.scm b/runtime/queries/nasm/textobjects.scm
new file mode 100644
index 00000000..ddfbad78
--- /dev/null
+++ b/runtime/queries/nasm/textobjects.scm
@@ -0,0 +1,15 @@
+(preproc_multiline_macro
+ body: (body) @function.inside) @function.around
+(struc_declaration
+ body: (struc_declaration_body) @class.inside) @class.around
+(struc_instance
+ body: (struc_instance_body) @class.inside) @class.around
+
+(preproc_function_def_parameters
+ (word) @parameter.inside)
+(call_syntax_arguments
+ (_) @parameter.inside)
+(operand) @parameter.inside
+
+(comment) @comment.inside
+(comment)+ @comment.around