1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

add verilog comment textobjects (#11388)

This commit is contained in:
lefp 2024-08-09 11:26:34 -04:00 committed by GitHub
parent 2f60c21727
commit 8851031449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,4 +3,8 @@
(function_body_declaration (function_body_declaration
(function_identifier (function_identifier
(function_identifier (function_identifier
(simple_identifier) @function.inside)))) @function.around (simple_identifier) @function.inside)))) @function.around
(comment) @comment.inside
(comment)+ @comment.around