mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Update tree-sitter-cmake (#4809)
This commit is contained in:
parent
89efb4f711
commit
598bd8bf11
@ -831,7 +831,7 @@ injection-regex = "cmake"
|
|||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "cmake"
|
name = "cmake"
|
||||||
source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "f6616f1e417ee8b62daf251aa1daa5d73781c596" }
|
source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "6e51463ef3052dd3b328322c22172eda093727ad" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "make"
|
name = "make"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
(macro_def) @function.around
|
[
|
||||||
|
(macro_def)
|
||||||
|
(function_def)
|
||||||
|
] @function.around
|
||||||
|
|
||||||
(argument) @parameter.inside
|
(argument) @parameter.inside
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user