diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-05-30 10:21:19 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-05-30 10:25:47 +0200 |
| commit | fa0bb30ebdd032f485f44b5caaae1db2b773c0c8 (patch) | |
| tree | 077cc08c768611ec5b26780f581d984ca8f0dd0d /lua | |
| parent | fix(install): don't print operation summary by default (diff) | |
| download | nvim-treesitter-fa0bb30ebdd032f485f44b5caaae1db2b773c0c8.tar nvim-treesitter-fa0bb30ebdd032f485f44b5caaae1db2b773c0c8.tar.gz nvim-treesitter-fa0bb30ebdd032f485f44b5caaae1db2b773c0c8.tar.bz2 nvim-treesitter-fa0bb30ebdd032f485f44b5caaae1db2b773c0c8.tar.lz nvim-treesitter-fa0bb30ebdd032f485f44b5caaae1db2b773c0c8.tar.xz nvim-treesitter-fa0bb30ebdd032f485f44b5caaae1db2b773c0c8.tar.zst nvim-treesitter-fa0bb30ebdd032f485f44b5caaae1db2b773c0c8.zip | |
feat(parsers): update gdscript, gitattributes, godot_resource, xresources, yaml, ocaml, koto, ocaml_interface, c, ini, mlir, scheme, slint, c3, r, clojure, desktop, editorconfig, fortran
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 5b30d8003..b1c39501f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -158,7 +158,7 @@ return { }, c = { install_info = { - revision = '091093731389448e10822dd140621cfec1ff96b2', + revision = '7fa1be1b694b6e763686793d97da01f36a0e5c12', url = 'https://github.com/tree-sitter/tree-sitter-c', }, maintainers = { '@amaanq' }, @@ -166,7 +166,7 @@ return { }, c3 = { install_info = { - revision = 'dce56ccc5d2731ac14a0f6bb3fd1666d994b2a25', + revision = '6eb8acc275961d137b4b4dd7fe84a19a0680c893', url = 'https://github.com/c3lang/tree-sitter-c3', }, maintainers = { '@cbuttner' }, @@ -222,7 +222,7 @@ return { }, clojure = { install_info = { - revision = 'f4236d4da8aa92bc105d9c118746474c608e6af7', + revision = '40c5fc2e2a0f511a802a82002553c5de00feeaf4', url = 'https://github.com/sogaiu/tree-sitter-clojure', |
