mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat(c3)!: update parser and highlights (#8477)
Breaking: `(import_declaration (path_ident))` changed to `(import_path (path_ident))`
This commit is contained in:
parent
cc12e37e5b
commit
04ab807f8e
2 changed files with 11 additions and 4 deletions
|
|
@ -166,7 +166,7 @@ return {
|
|||
},
|
||||
c3 = {
|
||||
install_info = {
|
||||
revision = '2c04e7858d63497152d42f08d3067972618aeedc',
|
||||
revision = '7ef54adef1008ce7d943c2cca03aee93a79b2252',
|
||||
url = 'https://github.com/c3lang/tree-sitter-c3',
|
||||
},
|
||||
maintainers = { '@cbuttner' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue