highlights(cmake): match digits and @ in unquoted arguments

This commit is contained in:
Matthias Vogelgesang 2023-03-11 16:03:33 +01:00 committed by Amaan Qureshi
parent 5d59d18d3e
commit 350e7e5e31

View file

@ -1,7 +1,7 @@
(normal_command
(identifier)
(argument (unquoted_argument)) @constant
(#lua-match? @constant "^%u[%u_]+$")
(#lua-match? @constant "^[%u@][%u%d_]+$")
)
[