diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/dart/highlights.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/queries/dart/highlights.scm b/queries/dart/highlights.scm index ada4d212c..c41ff9c27 100644 --- a/queries/dart/highlights.scm +++ b/queries/dart/highlights.scm @@ -13,10 +13,11 @@ ; NOTE: This query is a bit of a work around for the fact that the dart grammar doesn't ; specifically identify a node as a function call (((identifier) @function - (#lua-match? @function "^_?[%l]")). -(selector + (#lua-match? @function "^_?[%l]")) . - (argument_part))) @function + (selector + . + (argument_part))) @function ; Annotations ; -------------------- |
