mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
chore: Updated note
chore: Updated supported language list
This commit is contained in:
parent
c67ca6929b
commit
24b0d43582
2 changed files with 3 additions and 2 deletions
3
SUPPORTED_LANGUAGES.md
generated
3
SUPPORTED_LANGUAGES.md
generated
|
|
@ -226,7 +226,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
|
|||
[purescript](https://github.com/postsolar/tree-sitter-purescript) | unstable | `H JL` | | @postsolar
|
||||
[pymanifest](https://github.com/tree-sitter-grammars/tree-sitter-pymanifest) | unstable | `H J ` | | @ObserverOfTime
|
||||
[python](https://github.com/tree-sitter/tree-sitter-python) | unstable | `HFIJL` | | @stsewd, @theHamsta
|
||||
[qf](https://github.com/OXY2DEV/tree-sitter-qf) | stable | `H J ` | | @OXY2DEV
|
||||
[qf](https://github.com/OXY2DEV/tree-sitter-qf)[^qf] | stable | `H J ` | | @OXY2DEV
|
||||
[ql](https://github.com/tree-sitter/tree-sitter-ql) | unstable | `HFIJL` | | @pwntester
|
||||
[qmldir](https://github.com/tree-sitter-grammars/tree-sitter-qmldir) | unstable | `H J ` | | @amaanq
|
||||
[qmljs](https://github.com/yuja/tree-sitter-qmljs) | unstable | `HF J ` | | @Decodetalkers
|
||||
|
|
@ -352,6 +352,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
|
|||
[^php_only]: PHP without embedded HTML
|
||||
[^poe_filter]: Path of Exile item filter
|
||||
[^properties]: Java properties files
|
||||
[^qf]: Vim quickfix list
|
||||
[^query]: Tree-sitter query language
|
||||
[^sflog]: Salesforce debug log
|
||||
[^slang]: Shader Slang
|
||||
|
|
|
|||
|
|
@ -1771,7 +1771,7 @@ return {
|
|||
maintainers = { '@OXY2DEV' },
|
||||
tier = 1,
|
||||
|
||||
readme_note = 'Vim quickfix',
|
||||
readme_note = 'Vim quickfix list',
|
||||
},
|
||||
ql = {
|
||||
install_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue