We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4083cc1 commit 7a2a890Copy full SHA for 7a2a890
languages.toml
@@ -831,7 +831,7 @@ injection-regex = "cmake"
831
832
[[grammar]]
833
name = "cmake"
834
-source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "f6616f1e417ee8b62daf251aa1daa5d73781c596" }
+source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "6e51463ef3052dd3b328322c22172eda093727ad" }
835
836
[[language]]
837
name = "make"
runtime/queries/cmake/textobjects.scm
@@ -1,4 +1,7 @@
1
-(macro_def) @function.around
+[
2
+ (macro_def)
3
+ (function_def)
4
+] @function.around
5
6
(argument) @parameter.inside
7
0 commit comments