Skip to content

Commit

Permalink
Update tree-sitter-cmake (#4809)
Browse files Browse the repository at this point in the history
  • Loading branch information
ath3 authored Nov 18, 2022
1 parent 89efb4f commit 598bd8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 4 additions & 1 deletion runtime/queries/cmake/textobjects.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
(macro_def) @function.around
[
(macro_def)
(function_def)
] @function.around

(argument) @parameter.inside

Expand Down

0 comments on commit 598bd8b

Please sign in to comment.