mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Update tree-sitter-cmake (#4809)
This commit is contained in:
@@ -831,7 +831,7 @@ injection-regex = "cmake"
|
||||
|
||||
[[grammar]]
|
||||
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]]
|
||||
name = "make"
|
||||
|
@@ -1,4 +1,7 @@
|
||||
(macro_def) @function.around
|
||||
[
|
||||
(macro_def)
|
||||
(function_def)
|
||||
] @function.around
|
||||
|
||||
(argument) @parameter.inside
|
||||
|
||||
|
Reference in New Issue
Block a user