mirror of https://github.com/helix-editor/helix
add verilog comment textobjects (#11388)
parent
2f60c21727
commit
8851031449
|
@ -4,3 +4,7 @@
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue