commit 33761b0b5bc67964cf4e165115298fe16aa21158 parent f08928b0e4d63a5891f40df7cfd082832992531c Author: Tomas Nemec <nemi@skaut.cz> Date: Mon, 6 Mar 2023 14:56:11 +0100 update Diffstat:
M | after/queries/html/injections.scm | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/after/queries/html/injections.scm b/after/queries/html/injections.scm @@ -9,9 +9,9 @@ "*ngDisabled" "*ngSwitchCase" )) - ((attribute_name) @_input (#lua-match? @_input "%[.+]")) - ((attribute_name) @_output (#lua-match? @_output "%(.+%)")) - ((attribute_name) @_banana (#lua-match? @_banana "%[%(.+%)]")) + ((attribute_name) @_input (#lua-match? @_input "^%[.+]$")) + ((attribute_name) @_output (#lua-match? @_output "^%(.+%)$")) + ((attribute_name) @_banana (#lua-match? @_banana "^%[%(.+%)]$")) ] (quoted_attribute_value (attribute_value) @dart)