summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-27 06:58:14 +0200
committerGravatar Uko Kokņevičs2025-10-27 06:58:14 +0200
commit081f1dbdb7a2e5c373c2e4bf5532716c6835e3b6 (patch)
tree7840ab88f21ae353c409612fb086bb50cfe81749
parentemacs: Add smartparens (diff)
downloaddotfiles-081f1dbdb7a2e5c373c2e4bf5532716c6835e3b6.tar.gz
dotfiles-081f1dbdb7a2e5c373c2e4bf5532716c6835e3b6.tar.xz
dotfiles-081f1dbdb7a2e5c373c2e4bf5532716c6835e3b6.zip
emacs: Update tree-sitter-cmake
-rw-r--r--emacs/.config/emacs/arkta/arkta-treesit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs/arkta/arkta-treesit.el b/emacs/.config/emacs/arkta/arkta-treesit.el
index 9375245..a1b4160 100644
--- a/emacs/.config/emacs/arkta/arkta-treesit.el
+++ b/emacs/.config/emacs/arkta/arkta-treesit.el
@@ -97,7 +97,7 @@
97 97
98 (cmake "https://github.com/uyha/tree-sitter-cmake.git" 98 (cmake "https://github.com/uyha/tree-sitter-cmake.git"
99 ,(arkta/treesit-cond 99 ,(arkta/treesit-cond
100 (14 "v0.7.1") 100 (14 "v0.7.2")
101 (13 "0.1.0"))) 101 (13 "0.1.0")))
102 102
103 (cpp "https://github.com/tree-sitter/tree-sitter-cpp.git" 103 (cpp "https://github.com/tree-sitter/tree-sitter-cpp.git"