diff options
| author | Christoph Sax <christoph.sax@mailbox.org> | 2023-07-25 06:12:57 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-07-30 19:29:33 +0200 |
| commit | 2fb735982893bf61c39bc98f5980a57c307f669d (patch) | |
| tree | 78a91e8f53929b06ef409f5824d7ae73c3183b5b /lua | |
| parent | feat(sql): add new keywords (diff) | |
| download | nvim-treesitter-2fb735982893bf61c39bc98f5980a57c307f669d.tar nvim-treesitter-2fb735982893bf61c39bc98f5980a57c307f669d.tar.gz nvim-treesitter-2fb735982893bf61c39bc98f5980a57c307f669d.tar.bz2 nvim-treesitter-2fb735982893bf61c39bc98f5980a57c307f669d.tar.lz nvim-treesitter-2fb735982893bf61c39bc98f5980a57c307f669d.tar.xz nvim-treesitter-2fb735982893bf61c39bc98f5980a57c307f669d.tar.zst nvim-treesitter-2fb735982893bf61c39bc98f5980a57c307f669d.zip | |
feat(t32)!: update queries for new HLL node types
- Lock grammar to version 2.1.1
- Update query for syntax hightlighting
- fix missing locals query
- reduce number of "(identifier) @variable" highlight queries
- revert to capture @function.builtin for PRACTICE call expressions
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 71b5eaf85..10884fcf4 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1512,7 +1512,7 @@ list.t32 = { install_info = { url = "https://codeberg.org/xasc/tree-sitter-t32", files = { "src/parser.c", "src/scanner.c" }, - revision = "1dd98248b01e4a3933c1b85b58bab0875e2ba437", + revision = "767f3c52fe649e4a6ab3551ac287e5b6038c9148", }, maintainers = { "@xasc" }, } |
