Skip to content

Commit

Permalink
add verilog comment textobjects (helix-editor#11388)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefp authored and plul committed Oct 13, 2024
1 parent 0ac64ee commit a3d3f2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion runtime/queries/verilog/textobjects.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
(function_body_declaration
(function_identifier
(function_identifier
(simple_identifier) @function.inside)))) @function.around
(simple_identifier) @function.inside)))) @function.around

(comment) @comment.inside

(comment)+ @comment.around

0 comments on commit a3d3f2e

Please sign in to comment.