From ce43dbf54cdc017e6885381f38ea056f78c4e55b Mon Sep 17 00:00:00 2001 From: Steven Sojka Date: Sun, 16 Aug 2020 11:24:10 -0500 Subject: fix(queries): use vim-match for non lua regexes --- queries/php/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/php') diff --git a/queries/php/highlights.scm b/queries/php/highlights.scm index a74c5b61..3ec2b591 100644 --- a/queries/php/highlights.scm +++ b/queries/php/highlights.scm @@ -42,7 +42,7 @@ (relative_scope) @variable.builtin ((name) @constant - (#match? @constant "^_?[A-Z][A-Z\d_]+$")) + (#vim-match? @constant "^_?[A-Z][A-Z\d_]+$")) ((name) @constructor (#match? @constructor "^[A-Z]")) -- cgit v1.2.3