diff options
| author | Steven Sojka <steelsojka@gmail.com> | 2020-08-16 11:24:10 -0500 |
|---|---|---|
| committer | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-08-16 18:31:56 +0200 |
| commit | ce43dbf54cdc017e6885381f38ea056f78c4e55b (patch) | |
| tree | 27a4e0475002d2e3845e942cab8d57aeea679bff /queries/php/highlights.scm | |
| parent | 4a747aa30cc7d1ac73ebe5ac5cee97bf5fccc6d6 (diff) | |
fix(queries): use vim-match for non lua regexes
Diffstat (limited to 'queries/php/highlights.scm')
| -rw-r--r-- | queries/php/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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]")) |
