mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
highlights(cmake): match digits and @ in unquoted arguments
This commit is contained in:
parent
5d59d18d3e
commit
350e7e5e31
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
(normal_command
|
(normal_command
|
||||||
(identifier)
|
(identifier)
|
||||||
(argument (unquoted_argument)) @constant
|
(argument (unquoted_argument)) @constant
|
||||||
(#lua-match? @constant "^%u[%u_]+$")
|
(#lua-match? @constant "^[%u@][%u%d_]+$")
|
||||||
)
|
)
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue