mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(julia)!: switch to maintained fork
breaking change: ABI 15, drop support for emoji identifiers
This commit is contained in:
parent
30c466ad57
commit
8fecb46258
2 changed files with 4 additions and 4 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -155,7 +155,7 @@ html_tags (queries only)[^html_tags] | unstable | `H IJ ` | | @TravonteD
|
|||
[jsonc](https://gitlab.com/WhyNotHugo/tree-sitter-jsonc) | unstable | `HFIJL` | | @WhyNotHugo
|
||||
[jsonnet](https://github.com/sourcegraph/tree-sitter-jsonnet) | unstable | `HF JL` | | @nawordar
|
||||
jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
|
||||
[julia](https://github.com/tree-sitter/tree-sitter-julia) | unstable | `HFIJL` | | @fredrikekre
|
||||
[julia](https://github.com/tree-sitter-grammars/tree-sitter-julia) | unstable | `HFIJL` | | @clason
|
||||
[just](https://github.com/IndianBoy42/tree-sitter-just) | unstable | `HFIJL` | | @Hubro
|
||||
[kcl](https://github.com/kcl-lang/tree-sitter-kcl) | unstable | `HF J ` | | @bertbaron
|
||||
[kconfig](https://github.com/tree-sitter-grammars/tree-sitter-kconfig) | unstable | `HFIJL` | | @amaanq
|
||||
|
|
|
|||
|
|
@ -1166,10 +1166,10 @@ return {
|
|||
},
|
||||
julia = {
|
||||
install_info = {
|
||||
revision = '73d1539a51b8a202d6d2471cc594cf4d7c5e673f',
|
||||
url = 'https://github.com/tree-sitter/tree-sitter-julia',
|
||||
revision = '8d11bcffb6eebcb08049436bd01bd98afa058dc4',
|
||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-julia',
|
||||
},
|
||||
maintainers = { '@fredrikekre' },
|
||||
maintainers = { '@clason' },
|
||||
tier = 2,
|
||||
},
|
||||
just = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue