Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/slint/textobjects.scm')
| -rw-r--r-- | runtime/queries/slint/textobjects.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/slint/textobjects.scm b/runtime/queries/slint/textobjects.scm index ef8c2a2cb..106c3d66a 100644 --- a/runtime/queries/slint/textobjects.scm +++ b/runtime/queries/slint/textobjects.scm @@ -22,7 +22,7 @@ (component_definition (block) @class.inside) @class.around -(comment) @comment.around +[(line_comment) (block_comment)] @comment.around (typed_identifier name: (_) @parameter.inside) @parameter.around |