diff options
| author | 2026-01-09 05:13:42 +0200 | |
|---|---|---|
| committer | 2026-01-09 05:13:42 +0200 | |
| commit | ac47d88769e2179caea02113e78b33ba3dc1b0f4 (patch) | |
| tree | 61f032f15484d510f384d26087d75f6bc0e9dce8 | |
| parent | emacs: Fix lua config (diff) | |
| download | dotfiles-ac47d88769e2179caea02113e78b33ba3dc1b0f4.tar.gz dotfiles-ac47d88769e2179caea02113e78b33ba3dc1b0f4.tar.xz dotfiles-ac47d88769e2179caea02113e78b33ba3dc1b0f4.zip | |
emacs: Update lua treesit grammar to 0.4.1
| -rw-r--r-- | emacs/.config/emacs/arkta/arkta-treesit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.config/emacs/arkta/arkta-treesit.el b/emacs/.config/emacs/arkta/arkta-treesit.el index 5264e85..4f6a567 100644 --- a/emacs/.config/emacs/arkta/arkta-treesit.el +++ b/emacs/.config/emacs/arkta/arkta-treesit.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;; -*- lexical-binding: t -*- | 1 | ;; -*- lexical-binding: t -*- |
| 2 | ;; Copyright © 2018-2025 Uko Koknevics | 2 | ;; Copyright © 2018-2026 Uko Koknevics |
| 3 | 3 | ||
| 4 | (use-package treesit | 4 | (use-package treesit |
| 5 | :straight '(treesit :type built-in) | 5 | :straight '(treesit :type built-in) |
| @@ -168,7 +168,7 @@ | |||
| 168 | 168 | ||
| 169 | (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua" | 169 | (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua" |
| 170 | ,(arkta/treesit-cond | 170 | ,(arkta/treesit-cond |
| 171 | (15 "v0.4.0") | 171 | (15 "v0.4.1") |
| 172 | (14 "v0.3.0"))) | 172 | (14 "v0.3.0"))) |
| 173 | 173 | ||
| 174 | (php "https://github.com/tree-sitter/tree-sitter-php" | 174 | (php "https://github.com/tree-sitter/tree-sitter-php" |