feat(c3)!: update parser and highlights (#8477)

Breaking: `(import_declaration (path_ident))` changed to `(import_path (path_ident))`
This commit is contained in:
Christian Buttner 2026-01-29 11:02:30 +01:00 committed by GitHub
parent cc12e37e5b
commit 04ab807f8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View file

@ -166,7 +166,7 @@ return {
},
c3 = {
install_info = {
revision = '2c04e7858d63497152d42f08d3067972618aeedc',
revision = '7ef54adef1008ce7d943c2cca03aee93a79b2252',
url = 'https://github.com/c3lang/tree-sitter-c3',
},
maintainers = { '@cbuttner' },