Update tree-sitter-cmake (#4809)

pull/1/head
ath3 2 years ago committed by GitHub
parent 89efb4f711
commit 598bd8bf11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save