mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
docs + fmt
This commit is contained in:
parent
30259100b1
commit
9ea145590d
2 changed files with 15 additions and 15 deletions
2
SUPPORTED_LANGUAGES.md
generated
2
SUPPORTED_LANGUAGES.md
generated
|
|
@ -21,7 +21,7 @@ Language | Tier | Queries | Node | Maintainer
|
||||||
[astro](https://github.com/virchau13/tree-sitter-astro) | unstable | `HFIJL` | | @virchau13
|
[astro](https://github.com/virchau13/tree-sitter-astro) | unstable | `HFIJL` | | @virchau13
|
||||||
[authzed](https://github.com/mleonidas/tree-sitter-authzed) | unstable | `H J ` | | @mattpolzin
|
[authzed](https://github.com/mleonidas/tree-sitter-authzed) | unstable | `H J ` | | @mattpolzin
|
||||||
[awk](https://github.com/Beaglefoot/tree-sitter-awk) | unstable | `H J ` | |
|
[awk](https://github.com/Beaglefoot/tree-sitter-awk) | unstable | `H J ` | |
|
||||||
[b](https://github.com/VoxelPrismatic/tree-sitter-b) | unstable | `H ` | | @voxelprismatic
|
[b](https://github.com/VoxelPrismatic/tree-sitter-b) | unstable | `H ` | | @VoxelPrismatic
|
||||||
[bash](https://github.com/tree-sitter/tree-sitter-bash) | unstable | `HF JL` | | @TravonteD
|
[bash](https://github.com/tree-sitter/tree-sitter-bash) | unstable | `HF JL` | | @TravonteD
|
||||||
[bass](https://github.com/vito/tree-sitter-bass) | unstable | `HFIJL` | | @amaanq
|
[bass](https://github.com/vito/tree-sitter-bass) | unstable | `HFIJL` | | @amaanq
|
||||||
[beancount](https://github.com/polarmutex/tree-sitter-beancount) | unstable | `HF J ` | | @polarmutex
|
[beancount](https://github.com/polarmutex/tree-sitter-beancount) | unstable | `HF J ` | | @polarmutex
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ return {
|
||||||
},
|
},
|
||||||
angular = {
|
angular = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '843525141575e397541e119698f0532755e959f6',
|
revision = '820566bb4eb3d288822dbfee42417a5a9491aea6',
|
||||||
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
|
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
|
||||||
},
|
},
|
||||||
maintainers = { '@dlvandenberg' },
|
maintainers = { '@dlvandenberg' },
|
||||||
|
|
@ -77,16 +77,16 @@ return {
|
||||||
},
|
},
|
||||||
b = {
|
b = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
branch = 'v2',
|
||||||
revision = '23f515392632d6f010926a3257fa095c041eea6e',
|
revision = '23f515392632d6f010926a3257fa095c041eea6e',
|
||||||
url = 'https://github.com/VoxelPrismatic/tree-sitter-b',
|
url = 'https://github.com/VoxelPrismatic/tree-sitter-b',
|
||||||
branch = 'v2',
|
|
||||||
},
|
},
|
||||||
maintainers = { '@VoxelPrismatic' },
|
maintainers = { '@VoxelPrismatic' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
},
|
},
|
||||||
bash = {
|
bash = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '0c46d792d54c536be5ff7eb18eb95c70fccdb232',
|
revision = '8509e3229b863c255ab6b61f3bf74ad0bf14e8bc',
|
||||||
url = 'https://github.com/tree-sitter/tree-sitter-bash',
|
url = 'https://github.com/tree-sitter/tree-sitter-bash',
|
||||||
},
|
},
|
||||||
maintainers = { '@TravonteD' },
|
maintainers = { '@TravonteD' },
|
||||||
|
|
@ -428,7 +428,7 @@ return {
|
||||||
dtd = {
|
dtd = {
|
||||||
install_info = {
|
install_info = {
|
||||||
location = 'dtd',
|
location = 'dtd',
|
||||||
revision = '291b02018c525abe70fec41559cfe8f2f1cc84b2',
|
revision = '87be254e12169240a0e0214dbee5e208df96fa75',
|
||||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-xml',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-xml',
|
||||||
},
|
},
|
||||||
maintainers = { '@ObserverOfTime' },
|
maintainers = { '@ObserverOfTime' },
|
||||||
|
|
@ -1012,7 +1012,7 @@ return {
|
||||||
},
|
},
|
||||||
hyprlang = {
|
hyprlang = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'd0441fd4b883ecc0e70140723a1cf5907992639a',
|
revision = 'd626ec06e4d876fc41200a30b3e6f2b4714c7367',
|
||||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-hyprlang',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-hyprlang',
|
||||||
},
|
},
|
||||||
maintainers = { '@luckasRanarison' },
|
maintainers = { '@luckasRanarison' },
|
||||||
|
|
@ -1036,7 +1036,7 @@ return {
|
||||||
},
|
},
|
||||||
ini = {
|
ini = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '0e152b17fc0e929dd71f4bc4e317b3421ed39029',
|
revision = '31899dfa3b91622ea39e5c0bcddc88f45a9a3cfe',
|
||||||
url = 'https://github.com/justinmk/tree-sitter-ini',
|
url = 'https://github.com/justinmk/tree-sitter-ini',
|
||||||
},
|
},
|
||||||
maintainers = { '@theHamsta' },
|
maintainers = { '@theHamsta' },
|
||||||
|
|
@ -1085,7 +1085,7 @@ return {
|
||||||
},
|
},
|
||||||
javadoc = {
|
javadoc = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'c1bc2b76d8ff9fbc5aed7f823421bd5661f96828',
|
revision = 'ddf03959c0152bb61ed567f301ad6ecdab72f6ab',
|
||||||
url = 'https://github.com/rmuir/tree-sitter-javadoc',
|
url = 'https://github.com/rmuir/tree-sitter-javadoc',
|
||||||
},
|
},
|
||||||
maintainers = { '@rmuir' },
|
maintainers = { '@rmuir' },
|
||||||
|
|
@ -1489,7 +1489,7 @@ return {
|
||||||
},
|
},
|
||||||
nu = {
|
nu = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'd5c71a10b4d1b02e38967b05f8de70e847448dd1',
|
revision = '100d06e29d13a8ebfc3f29173c07a5c4f2050586',
|
||||||
url = 'https://github.com/nushell/tree-sitter-nu',
|
url = 'https://github.com/nushell/tree-sitter-nu',
|
||||||
},
|
},
|
||||||
maintainers = { '@abhisheksingh0x558' },
|
maintainers = { '@abhisheksingh0x558' },
|
||||||
|
|
@ -1584,7 +1584,7 @@ return {
|
||||||
php = {
|
php = {
|
||||||
install_info = {
|
install_info = {
|
||||||
location = 'php',
|
location = 'php',
|
||||||
revision = 'eb289f127fc341ae7129902a2dd1c6c197a4c1e7',
|
revision = 'e771eb9fb5ccc65af35879487b66751568d10e48',
|
||||||
url = 'https://github.com/tree-sitter/tree-sitter-php',
|
url = 'https://github.com/tree-sitter/tree-sitter-php',
|
||||||
},
|
},
|
||||||
maintainers = { '@tk-shirasaka', '@calebdw' },
|
maintainers = { '@tk-shirasaka', '@calebdw' },
|
||||||
|
|
@ -1595,7 +1595,7 @@ return {
|
||||||
php_only = {
|
php_only = {
|
||||||
install_info = {
|
install_info = {
|
||||||
location = 'php_only',
|
location = 'php_only',
|
||||||
revision = 'eb289f127fc341ae7129902a2dd1c6c197a4c1e7',
|
revision = 'e771eb9fb5ccc65af35879487b66751568d10e48',
|
||||||
url = 'https://github.com/tree-sitter/tree-sitter-php',
|
url = 'https://github.com/tree-sitter/tree-sitter-php',
|
||||||
},
|
},
|
||||||
maintainers = { '@tk-shirasaka', '@calebdw' },
|
maintainers = { '@tk-shirasaka', '@calebdw' },
|
||||||
|
|
@ -1807,7 +1807,7 @@ return {
|
||||||
},
|
},
|
||||||
query = {
|
query = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '8bf3112db43bdba3002bb1f88b7cda5f6278fc88',
|
revision = '55baffbdc6bd00bf177b796950497a01bb496241',
|
||||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-query',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-query',
|
||||||
},
|
},
|
||||||
maintainers = { '@steelsojka' },
|
maintainers = { '@steelsojka' },
|
||||||
|
|
@ -1984,7 +1984,7 @@ return {
|
||||||
},
|
},
|
||||||
scala = {
|
scala = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'c1189954df854977c3a52003ca8a247c5f4729ba',
|
revision = 'a2e91c845064bb4031e31b103e32bcdaefeea139',
|
||||||
url = 'https://github.com/tree-sitter/tree-sitter-scala',
|
url = 'https://github.com/tree-sitter/tree-sitter-scala',
|
||||||
},
|
},
|
||||||
maintainers = { '@stevanmilic' },
|
maintainers = { '@stevanmilic' },
|
||||||
|
|
@ -2028,7 +2028,7 @@ return {
|
||||||
},
|
},
|
||||||
slang = {
|
slang = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '327b1b821c255867a4fb724c8eee48887e3d014b',
|
revision = 'a4454e3004a9e8fea2df7fd2535fbaa05500da21',
|
||||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-slang',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-slang',
|
||||||
},
|
},
|
||||||
maintainers = { '@theHamsta' },
|
maintainers = { '@theHamsta' },
|
||||||
|
|
@ -2593,7 +2593,7 @@ return {
|
||||||
xml = {
|
xml = {
|
||||||
install_info = {
|
install_info = {
|
||||||
location = 'xml',
|
location = 'xml',
|
||||||
revision = '291b02018c525abe70fec41559cfe8f2f1cc84b2',
|
revision = '87be254e12169240a0e0214dbee5e208df96fa75',
|
||||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-xml',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-xml',
|
||||||
},
|
},
|
||||||
maintainers = { '@ObserverOfTime' },
|
maintainers = { '@ObserverOfTime' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue