diff options
| author | Christoph Sax <xasc@users.noreply.github.com> | 2025-11-12 10:06:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-12 10:06:04 +0100 |
| commit | b50774079aa3de80a06dce1634e7e1aa26d25848 (patch) | |
| tree | aa2e54ae1f0181db9cb8cc02d148ec93989cbbbb /lua | |
| parent | fix(gdshader): add missing keyword to group (#8274) (diff) | |
| download | nvim-treesitter-b50774079aa3de80a06dce1634e7e1aa26d25848.tar nvim-treesitter-b50774079aa3de80a06dce1634e7e1aa26d25848.tar.gz nvim-treesitter-b50774079aa3de80a06dce1634e7e1aa26d25848.tar.bz2 nvim-treesitter-b50774079aa3de80a06dce1634e7e1aa26d25848.tar.lz nvim-treesitter-b50774079aa3de80a06dce1634e7e1aa26d25848.tar.xz nvim-treesitter-b50774079aa3de80a06dce1634e7e1aa26d25848.tar.zst nvim-treesitter-b50774079aa3de80a06dce1634e7e1aa26d25848.zip | |
feat(t32)!: update parser and queries (#8276)
`trace32_hll_variable` has been removed from the grammar. The
queries are now capturing `symbol` instead. `symbol` is highlighted
as variable or constant.
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 360dd462e..5dbe4623f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2271,7 +2271,7 @@ return { }, t32 = { install_info = { - revision = '2f604ad17a15c09d99648199da7f173eed8250dc', + revision = '056123923a10e3d537914885cfbacf79cd644e40', url = 'https://github.com/xasc/tree-sitter-t32', }, maintainers = { '@xasc' }, |
