diff dot_config/helix/runtime/queries/verilog/textobjects.scm @ 877:56e26ce1a5ce draft

feat: improve verilog support
author Zeger Van de Vannet <zeger@vandevan.net>
date Tue, 16 Apr 2024 19:08:02 +0200
parents
children 15d99b43783a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dot_config/helix/runtime/queries/verilog/textobjects.scm	Tue Apr 16 19:08:02 2024 +0200
@@ -0,0 +1,6 @@
+
+(function_declaration
+ (function_body_declaration
+  (function_identifier
+     (function_identifier
+        (simple_identifier) @function.inside)))) @function.around
\ No newline at end of file