aboutsummaryrefslogtreecommitdiffstats
path: root/queries/foam/textobjects.scm
blob: 6dfab06f7c4b721c5661e05f0ee7514efa7103b4 (plain) (blame)
1
2
3
4
5
6
7
8
(dict) @class.outer
((dict_core) @class.inner)
((key_value value: _? @_start (_)* _? @parameter.inner)
    (#make-range! "function.inner" @_start @parameter.inner)) @function.outer
(code (_)* @class.inner) @class.outer
((comment) @_start ((comment)+) @_end
 (#make-range! "comment.outer" @_start @_end))
(comment) @comment.inner