Fix typo in highlighting regex for constants

This commit is contained in:
Max Brunsfeld 2021-09-06 19:03:21 -07:00
parent 6323e8cc59
commit 8be85fd8de

View file

@ -32,7 +32,7 @@
; Assume all-caps names are constants
((identifier) @constant
(#match? @constant "^[A-Z][A-Z\\d_]+$'"))
(#match? @constant "^[A-Z][A-Z\\d_]+$"))
[
"as"