diff options
| author | Christoph Sax <xasc@users.noreply.github.com> | 2023-05-18 09:40:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 16:40:13 +0900 |
| commit | 16cce8df58b83b328e8448087308e3a90da6fa17 (patch) | |
| tree | 4b688a5cc62bc33a3700445973e1852447bb52f3 /lua | |
| parent | fixup: use correct require syntax (diff) | |
| download | nvim-treesitter-16cce8df58b83b328e8448087308e3a90da6fa17.tar nvim-treesitter-16cce8df58b83b328e8448087308e3a90da6fa17.tar.gz nvim-treesitter-16cce8df58b83b328e8448087308e3a90da6fa17.tar.bz2 nvim-treesitter-16cce8df58b83b328e8448087308e3a90da6fa17.tar.lz nvim-treesitter-16cce8df58b83b328e8448087308e3a90da6fa17.tar.xz nvim-treesitter-16cce8df58b83b328e8448087308e3a90da6fa17.tar.zst nvim-treesitter-16cce8df58b83b328e8448087308e3a90da6fa17.zip | |
feat(t32): add indent rules (#4782)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8cd86213a..852ee735e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1403,7 +1403,7 @@ list.t32 = { install_info = { url = "https://codeberg.org/xasc/tree-sitter-t32", files = { "src/parser.c", "src/scanner.c" }, - revision = "675cd7de4eb80f2faa1e6d3bc9ee195fa9ef9790", + revision = "1dd98248b01e4a3933c1b85b58bab0875e2ba437", }, maintainers = { "@xasc" }, } |
