2024-04-14 16:25:28 +02:00
|
|
|
---@type nvim-ts.parsers
|
|
|
|
|
return {
|
2023-06-12 09:54:30 -06:00
|
|
|
ada = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'e8e2515465cc2d7c444498e68bdb9f1d86767f95',
|
|
|
|
|
url = 'https://github.com/briot/tree-sitter-ada',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@briot' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-11-24 10:25:47 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
agda = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'b9b32fa042c2952a7bfca86847ea325e44ccc897',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-agda',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Decodetalkers' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-09-17 20:00:21 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
angular = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '745d3c65c2294aca1110b6b6ad6805124be605c9',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/dlvandenberg/tree-sitter-angular',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@dlvandenberg' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'html', 'html_tags' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2022-08-23 18:52:45 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
apex = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'apex',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'eade4054efc897f4bb18a5b7bf4b5a824dbffa74',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/aheber/tree-sitter-sfapex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@aheber', '@xixiafinland' },
|
|
|
|
|
tier = 3,
|
2024-02-09 16:50:46 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
arduino = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '017696bdf47ca2b10948c5a511f9ab387722d0f3',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-arduino',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'cpp' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
asm = {
|
|
|
|
|
install_info = {
|
2024-08-10 12:58:04 +02:00
|
|
|
revision = '55b2b913f1e71136027d6fce8212e760c64f3532',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/RubixDev/tree-sitter-asm',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@RubixDev' },
|
|
|
|
|
tier = 3,
|
2023-10-06 20:43:35 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
astro = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '0ad33e32ae9726e151d16ca20ba3e507ff65e01f',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/virchau13/tree-sitter-astro',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@virchau13' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'html', 'html_tags' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-07-07 22:33:47 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
authzed = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '1dec7e1af96c56924e3322cd85fdce15d0a31d00',
|
|
|
|
|
url = 'https://github.com/mleonidas/tree-sitter-authzed',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@mattpolzin' },
|
|
|
|
|
tier = 3,
|
2022-06-04 11:11:34 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
awk = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '34bbdc7cce8e803096f47b625979e34c1be38127',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/Beaglefoot/tree-sitter-awk',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 4,
|
2023-03-22 05:24:56 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
bash = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a985bd2d14d249b8f583343ad21aeb13c50c85e8',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-bash',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@TravonteD' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 1,
|
2022-04-06 21:04:19 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
bass = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '28dc7059722be090d04cd751aed915b2fee2f89a',
|
|
|
|
|
url = 'https://github.com/vito/tree-sitter-bass',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2020-08-17 00:21:34 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
beancount = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '9bc460a05b5f096d69568b5fb36105032ff4ff97',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/polarmutex/tree-sitter-beancount',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@polarmutex' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-02-23 04:42:37 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
bibtex = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'ccfd77db0ed799b6c22c214fe9d2937f47bc8b34',
|
|
|
|
|
url = 'https://github.com/latex-lsp/tree-sitter-bibtex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta', '@clason' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-08-17 00:49:36 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
bicep = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'bff59884307c0ab009bd5e81afd9324b46a6c0f9',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-bicep',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2025-03-12 12:47:19 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
bitbake = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'a5d04fdb5a69a02b8fa8eb5525a60dfb5309b73b',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-bitbake',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2022-04-01 21:27:10 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
blade = {
|
|
|
|
|
install_info = {
|
|
|
|
|
url = 'https://github.com/EmranMR/tree-sitter-blade',
|
|
|
|
|
files = { 'src/parser.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@calebdw' },
|
|
|
|
|
tier = 2,
|
2024-05-23 17:30:26 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
blueprint = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '60ba73739c6083c693d86a1a7cf039c07eb4ed59',
|
|
|
|
|
url = 'https://gitlab.com/gabmus/tree-sitter-blueprint',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@gabmus' },
|
|
|
|
|
tier = 4,
|
2025-04-13 15:20:09 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
bp = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '16c43068ec30828c5aed11e87262c56f36782595',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ambroisie/tree-sitter-bp',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ambroisie' },
|
|
|
|
|
readme_note = 'Android Blueprint',
|
2024-04-14 16:25:28 +02:00
|
|
|
tier = 3,
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
brightscript = {
|
|
|
|
|
install_info = {
|
|
|
|
|
url = 'https://github.com/ajdelcimmuto/tree-sitter-brightscript',
|
|
|
|
|
files = { 'src/parser.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@ajdelcimmuto' },
|
|
|
|
|
tier = 2,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
c = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '492f7aaa37560204856a2b3f775398b66ba09f31',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-c',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 1,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
c_sharp = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '2c31cc87640ab6ad74fb408c0cf1262ce54da5bb',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-c-sharp',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2025-03-24 01:04:41 +09:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
cairo = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '6238f609bea233040fe927858156dee5515a0745',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-cairo',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2023-07-06 21:42:51 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
caddy = {
|
|
|
|
|
install_info = {
|
|
|
|
|
url = 'https://github.com/opa-oz/tree-sitter-caddy',
|
|
|
|
|
files = { 'src/parser.c', 'src/scanner.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@opa-oz' },
|
|
|
|
|
tier = 3,
|
2021-12-04 15:58:57 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
capnp = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '7b0883c03e5edd34ef7bcf703194204299d7099f',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-capnp',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2022-10-22 00:37:27 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
chatito = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'b4cbe9ab7672d5106e9550d8413835395a1be362',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-chatito',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2024-12-06 21:41:37 +04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
circom = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '02150524228b1e6afef96949f2d6b7cc0aaf999e',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/Decurity/tree-sitter-circom',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@alexandr-martirosyan' },
|
|
|
|
|
tier = 3,
|
2020-10-29 22:59:36 +09:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
clojure = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'f4236d4da8aa92bc105d9c118746474c608e6af7',
|
|
|
|
|
url = 'https://github.com/sogaiu/tree-sitter-clojure',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@NoahTheDuke' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
cmake = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'e409ae33f00e04cde30f2bcffb979caf1a33562a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/uyha/tree-sitter-cmake',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@uyha' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
comment = {
|
|
|
|
|
install_info = {
|
2024-08-10 12:58:04 +02:00
|
|
|
revision = '3555706cef8b98d3e4c7379d7260548ff03ad363',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/stsewd/tree-sitter-comment',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@stsewd' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2021-04-04 09:45:45 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
commonlisp = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'bf2a65b1c119898a1a17389e07f2a399c05cdc0c',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-commonlisp',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
cooklang = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '4ebe237c1cf64cf3826fc249e9ec0988fe07e58e',
|
|
|
|
|
url = 'https://github.com/addcninblue/tree-sitter-cooklang',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@addcninblue' },
|
|
|
|
|
tier = 3,
|
2023-05-29 09:26:28 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
corn = {
|
|
|
|
|
install_info = {
|
2024-04-22 19:56:30 +02:00
|
|
|
revision = '464654742cbfd3a3de560aba120998f1d5dfa844',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/jakestanger/tree-sitter-corn',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@jakestanger' },
|
|
|
|
|
tier = 3,
|
2023-02-23 18:44:10 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
cpon = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '594289eadfec719198e560f9d7fd243c4db678d5',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-cpon',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2020-07-15 16:03:21 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
cpp = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a352ed85f733f9c6cc458fe5a82bcd4c00f70eab',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-cpp',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'c' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
css = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '6731f030693d3698ad94865ed0228fe45df07e30',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-css',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@TravonteD' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-08-17 04:07:43 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
csv = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'csv',
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '7eb7297823605392d2bbcc4c09b1cd18d6fa9529',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-csv',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'tsv' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 2,
|
2021-06-09 18:47:31 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
cuda = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '757e0a61f9d38b3d9eaa299e8d866e8283ffc284',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-cuda',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'cpp' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-03-04 04:31:11 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
cue = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '8a5f273bfa281c66354da562f2307c2d394b6c81',
|
|
|
|
|
url = 'https://github.com/eonpatapon/tree-sitter-cue',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2024-10-31 17:56:58 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
cylc = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '8b895c278f98d05e67997f5e3a43fb5531933023',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/elliotfontaine/tree-sitter-cylc',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@elliotfontaine' },
|
|
|
|
|
tier = 3,
|
2021-10-01 11:33:33 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
d = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '45e5f1e9d6de2c68591bc8e5ec662cf18e950b4a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/gdamore/tree-sitter-d',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-14 16:25:28 +02:00
|
|
|
tier = 3,
|
2023-01-29 12:03:04 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
dart = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'e81af6ab94a728ed99c30083be72d88e6d56cf9e',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/UserNobody14/tree-sitter-dart',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@akinsho' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2024-10-26 01:06:22 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
desktop = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '54133af61b2a9a75fd42c49ce0c771115f81f50b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ValdezFOmar/tree-sitter-desktop',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ValdezFOmar' },
|
|
|
|
|
tier = 3,
|
2021-09-11 17:26:06 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
devicetree = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '16f640f3c59117c9e749d581634afdb00e004f4c',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/joelspadin/tree-sitter-devicetree',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@jedrzejboczar' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-02-23 16:06:47 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
dhall = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '4a6c08abfb54827db4e722d6cdca81b093898988',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/jbellerb/tree-sitter-dhall',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2022-06-15 01:15:25 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
diff = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'e42b8def4f75633568f1aecfe01817bf15164928',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/the-mikedavis/tree-sitter-diff',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@gbprod' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2024-01-24 16:25:40 -08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
disassembly = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '0229c0211dba909c5d45129ac784a3f4d49c243a',
|
|
|
|
|
url = 'https://github.com/ColinKennedy/tree-sitter-disassembly',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ColinKennedy' },
|
|
|
|
|
tier = 3,
|
2024-03-19 22:01:59 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
djot = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '886601b67d1f4690173a4925c214343c30704d32',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/treeman/tree-sitter-djot',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@NoahTheDuke' },
|
|
|
|
|
tier = 3,
|
2021-05-11 10:03:36 -06:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
dockerfile = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '971acdd908568b4531b0ba28a445bf0bb720aba5',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/camdencheek/tree-sitter-dockerfile',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@camdencheek' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-09-01 22:25:45 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
dot = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '9ab85550c896d8b294d9b9ca1e30698736f08cea',
|
|
|
|
|
url = 'https://github.com/rydesun/tree-sitter-dot',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@rydesun' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-08-25 05:02:58 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
doxygen = {
|
|
|
|
|
install_info = {
|
2024-04-22 19:56:30 +02:00
|
|
|
revision = 'ccd998f378c3f9345ea4eeb223f56d7b84d16687',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-doxygen',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2023-08-04 14:50:28 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
dtd = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'dtd',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'ce150c5be7f617e18ffa2064213e5d9c4cb5d69e',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-xml',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
tier = 2,
|
2024-04-11 23:06:52 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
earthfile = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a44f6f6d22ea4fe16fa37ababd90240ab87a9e0d',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/glehmann/tree-sitter-earthfile',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@glehmann' },
|
|
|
|
|
tier = 3,
|
|
|
|
|
},
|
|
|
|
|
ebnf = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'crates/tree-sitter-ebnf',
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '8e635b0b723c620774dfb8abf382a7f531894b40',
|
|
|
|
|
url = 'https://github.com/RubixDev/ebnf',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@RubixDev' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-01-18 09:58:45 -08:00
|
|
|
},
|
2023-05-31 09:19:16 +02:00
|
|
|
ecma = {
|
|
|
|
|
maintainers = { '@steelsojka' },
|
|
|
|
|
readme_note = 'queries required by javascript, typescript, tsx, qmljs',
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-05-31 09:19:16 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
editorconfig = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '02f562e71dc28d573187809eecdffaee7c82321c',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/ValdezFOmar/tree-sitter-editorconfig',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@ValdezFOmar' },
|
|
|
|
|
tier = 3,
|
2024-07-04 10:23:44 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
eds = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '26d529e6cfecde391a03c21d1474eb51e0285805',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/uyha/tree-sitter-eds',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@uyha' },
|
|
|
|
|
tier = 3,
|
2023-09-10 14:38:10 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
eex = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'f742f2fe327463335e8671a87c0b9b396905d1d1',
|
|
|
|
|
url = 'https://github.com/connorlay/tree-sitter-eex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@connorlay' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-11-26 16:37:51 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
elixir = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '0e8eb7fc1dfb3d855398870827a9866a1529a5e4',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/elixir-lang/tree-sitter-elixir',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@connorlay' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
elm = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'e34bdc5c512918628b05b48e633f711123204e45',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/elm-tooling/tree-sitter-elm',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@zweimach' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
elsa = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '0a66b2b3f3c1915e67ad2ef9f7dbd2a84820d9d7',
|
|
|
|
|
url = 'https://github.com/glapa-grossklag/tree-sitter-elsa',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@glapa-grossklag', '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
elvish = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '5e7210d945425b77f82cbaebc5af4dd3e1ad40f5',
|
|
|
|
|
url = 'https://github.com/elves/tree-sitter-elvish',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@elves' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-04-27 15:17:42 -06:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
embedded_template = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '8495d106154741e6d35d37064f864758ece75de6',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-embedded-template',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2023-05-31 09:19:16 +02:00
|
|
|
tier = 4,
|
2021-12-16 22:40:06 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
enforce = {
|
|
|
|
|
install_info = {
|
|
|
|
|
url = 'https://github.com/simonvic/tree-sitter-enforce',
|
|
|
|
|
files = { 'src/parser.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@simonvic' },
|
|
|
|
|
tier = 3,
|
2025-02-08 10:38:13 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
erlang = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '981fda038d2eb182a88a9374ccb1c14b840cba0b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/WhatsApp/tree-sitter-erlang',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@filmor' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-11-22 17:14:13 -06:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
facility = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'e4bfd3e960de9f4b4648acb1c92e9b95b47d8cfb',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/FacilityApi/tree-sitter-facility',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@bryankenote' },
|
|
|
|
|
tier = 3,
|
2023-11-28 17:24:43 +00:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
faust = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'f3b9274514b5f9bf6b0dd4a01c30f9cc15c58bc4',
|
|
|
|
|
url = 'https://github.com/khiner/tree-sitter-faust',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@khiner' },
|
|
|
|
|
tier = 3,
|
2024-02-08 04:54:33 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
fennel = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'cfbfa478dc2dbef267ee94ae4323d9c886f45e94',
|
|
|
|
|
url = 'https://github.com/alexmozaidze/tree-sitter-fennel',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@alexmozaidze' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
fidl = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '0a8910f293268e27ff554357c229ba172b0eaed2',
|
|
|
|
|
url = 'https://github.com/google/tree-sitter-fidl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@chaopeng' },
|
|
|
|
|
tier = 3,
|
2024-02-22 21:57:07 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
firrtl = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '8503d3a0fe0f9e427863cb0055699ff2d29ae5f5',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-firrtl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-03-26 18:37:15 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
fish = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '70640c0696abde32622afc43291a385681afbd32',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ram02z/tree-sitter-fish',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ram02z' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-08-27 07:30:22 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
foam = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'f08bb76892b93e5b23c45ac3bd6b1eea5df323cc',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/FoamScience/tree-sitter-foam',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@FoamScience' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-06-20 12:21:42 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
forth = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '90189238385cf636b9ee99ce548b9e5b5e569d48',
|
|
|
|
|
url = 'https://github.com/AlexanderBrevig/tree-sitter-forth',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-08-21 04:29:38 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
fortran = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '022b032d31299c5d8336cdfd0ece97de20a609c0',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/stadelmanma/tree-sitter-fortran',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2021-05-01 16:27:40 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
fsh = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'fad2e175099a45efbc98f000cc196d3674cc45e0',
|
|
|
|
|
url = 'https://github.com/mgramigna/tree-sitter-fsh',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@mgramigna' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
fsharp = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'fsharp',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '207f1c988f4649e12fe207e4a7e4f83b9da037d1',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ionide/tree-sitter-fsharp',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@nsidorenco' },
|
|
|
|
|
tier = 3,
|
2024-09-29 11:08:21 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
func = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'f780ca55e65e7d7360d0229331763e16c452fc98',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-func',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
fusion = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '19db2f47ba4c3a0f6238d4ae0e2abfca16e61dd6',
|
|
|
|
|
url = 'https://gitlab.com/jirgn/tree-sitter-fusion',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@jirgn' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-01-28 07:59:56 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gap = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '7db79590d2f8b0e0246008ecfd569b4bfca587a9',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/gap-system/tree-sitter-gap',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@reiniscirpons' },
|
2024-04-14 16:25:28 +02:00
|
|
|
readme_note = 'GAP system',
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 3,
|
2024-09-01 21:13:10 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gaptst = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '69086d7627c03e1f4baf766bcef14c60d9e92331',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/gap-system/tree-sitter-gaptst',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@reiniscirpons' },
|
2024-04-14 16:25:28 +02:00
|
|
|
readme_note = 'GAP system test files',
|
2023-06-12 09:54:30 -06:00
|
|
|
requires = { 'gap' },
|
|
|
|
|
tier = 3,
|
2024-09-01 21:13:10 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gdscript = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '48b49330888a4669b48619b211cc8da573827725',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/PrestonKnopp/tree-sitter-gdscript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@PrestonKnopp' },
|
|
|
|
|
readme_note = 'Godot',
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gdshader = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'ffd9f958df13cae04593781d7d2562295a872455',
|
|
|
|
|
url = 'https://github.com/GodOfAvacyn/tree-sitter-gdshader',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@godofavacyn' },
|
|
|
|
|
tier = 3,
|
2024-02-29 02:30:33 -08:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
git_config = {
|
|
|
|
|
install_info = {
|
|
|
|
|
revision = '9c2a1b7894e6d9eedfe99805b829b4ecd871375e',
|
|
|
|
|
url = 'https://github.com/the-mikedavis/tree-sitter-git-config',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 3,
|
|
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
git_rebase = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = 'bff4b66b44b020d918d67e2828eada1974a966aa',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/the-mikedavis/tree-sitter-git-rebase',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@gbprod' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-03-11 00:57:54 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gitattributes = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '5425944fd61bf2b3bad2c17c2dc9f53172b0f01d',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-gitattributes',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gitcommit = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'db0e0c4fb9095fdc42a7af34019c0616c071e9eb',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/gbprod/tree-sitter-gitcommit',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@gbprod' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gitignore = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'f4685bf11ac466dd278449bcfe5fd014e94aa504',
|
|
|
|
|
url = 'https://github.com/shunsambongi/tree-sitter-gitignore',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2020-12-28 17:55:07 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gleam = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '066704e4826699e754d351e3bbe12bf2e51de9d8',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/gleam-lang/tree-sitter-gleam',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
glimmer = {
|
|
|
|
|
install_info = {
|
2024-08-10 12:58:04 +02:00
|
|
|
revision = 'da605af8c5999b43e6839b575eae5e6cafabb06f',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ember-tooling/tree-sitter-glimmer',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@NullVoxPopuli' },
|
|
|
|
|
readme_note = 'Glimmer and Ember',
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-09-07 10:30:43 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
glimmer_javascript = {
|
|
|
|
|
install_info = {
|
2024-08-10 12:58:04 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '7e8ea8cf39fc360cb97bd253442cd48e4f7a9ce3',
|
2024-08-18 13:01:29 +02:00
|
|
|
url = 'https://github.com/NullVoxPopuli/tree-sitter-glimmer-javascript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@NullVoxPopuli' },
|
2024-04-14 16:25:28 +02:00
|
|
|
requires = { 'ecma' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 3,
|
2024-08-31 13:15:40 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
glimmer_typescript = {
|
|
|
|
|
install_info = {
|
2024-08-10 12:58:04 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '4006128790efb58ca82a4492d8ef0983b260fc6a',
|
2024-08-18 13:01:29 +02:00
|
|
|
url = 'https://github.com/NullVoxPopuli/tree-sitter-glimmer-typescript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@NullVoxPopuli' },
|
|
|
|
|
requires = { 'typescript' },
|
|
|
|
|
tier = 3,
|
2024-08-31 13:15:40 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
glsl = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '66aec57f7119c7e8e40665b723cd7af5594f15ee',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-glsl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'c' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gn = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'bc06955bc1e3c9ff8e9b2b2a55b38b94da923c05',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-gn',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
readme_name = 'GN (Generate Ninja)',
|
|
|
|
|
tier = 2,
|
2023-10-22 00:37:11 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gnuplot = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '8923c1e38b9634a688a6c0dce7c18c8ffb823e79',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/dpezto/tree-sitter-gnuplot',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@dpezto' },
|
|
|
|
|
tier = 3,
|
2024-01-26 05:30:43 -06:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
go = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '7cb21a65af6cc8e5c6742b9dba42881ea1158475',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-go',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta', '@WinWisely268' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
goctl = {
|
|
|
|
|
install_info = {
|
2024-08-10 12:58:04 +02:00
|
|
|
revision = '49c43532689fe1f53e8b9e009d0521cab02c432b',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/chaozwn/tree-sitter-goctl',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@chaozwn' },
|
|
|
|
|
tier = 3,
|
2024-07-07 23:27:21 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
godot_resource = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '941955d027f1d8530501e77ce5e1d6035f5f99c1',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/PrestonKnopp/tree-sitter-godot-resource',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@pierpo' },
|
|
|
|
|
readme_note = 'Godot Resources',
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-03-27 18:10:31 +07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gomod = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/camdencheek/tree-sitter-go-mod',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@camdencheek' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-12-07 08:17:37 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gosum = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'e2ac513b2240c7ff1069ae33b2df29ce90777c11',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-go-sum',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-02-03 10:14:13 -05:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
gotmpl = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'ab4a8c4a51f271f320f2bad6a5d499415bf541b1',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ngalaiko/tree-sitter-go-template',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@qvalentin' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-05-14 21:23:58 +02:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
gowork = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '949a8a470559543857a62102c84700d291fc984c',
|
|
|
|
|
url = 'https://github.com/omertuc/tree-sitter-go-work',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@omertuc' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2024-02-04 11:23:23 +01:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
gpg = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '63e80cfe1302da9f9c7ee8d9df295f47d7d181bf',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-gpg-config',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
tier = 2,
|
2023-08-15 21:36:44 +03:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
graphql = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '5e66e961eee421786bdda8495ed1db045e06b5fe',
|
|
|
|
|
url = 'https://github.com/bkegley/tree-sitter-graphql',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@bkegley' },
|
|
|
|
|
tier = 3,
|
2024-10-15 18:14:39 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gren = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '76554f4f2339f5a24eed19c58f2079b51c694152',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/MaeBrooks/tree-sitter-gren',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@MaeBrooks' },
|
|
|
|
|
tier = 3,
|
2023-06-19 21:18:42 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
groovy = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '86911590a8e46d71301c66468e5620d9faa5b6af',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/murtaza64/tree-sitter-groovy',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@murtaza64' },
|
|
|
|
|
tier = 3,
|
2022-02-05 09:38:29 -08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
gstlaunch = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '549aef253fd38a53995cda1bf55c501174372bf7',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-gstlaunch',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
|
|
|
|
tier = 2,
|
2023-10-15 20:38:16 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hack = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'bc5b3a10d6d27e8220a113a9a7fe9bec0a1574b0',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/slackhq/tree-sitter-hack',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2023-05-31 09:19:16 +02:00
|
|
|
tier = 4,
|
2021-08-01 13:09:41 -06:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hare = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '4af5d82cf9ec39f67cb1db5b7a9269d337406592',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-hare',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-03-11 03:02:30 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
haskell = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '2c2fcb22e3b939ed59ae8d6f10500c3213c68670',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-haskell',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@mrcjkb' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
haskell_persistent = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '577259b4068b2c281c9ebf94c109bd50a74d5857',
|
|
|
|
|
url = 'https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@lykahb' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-06-24 13:00:47 -06:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hcl = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '9e3ec9848f28d26845ba300fd73c740459b83e9b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-hcl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@MichaHoffmann' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2022-01-25 08:52:51 -08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
heex = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a63c69c20fd88d1e5614a02b4a6b48cfb7e54a45',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/connorlay/tree-sitter-heex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@connorlay' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-08-15 09:40:02 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
helm = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
location = 'dialects/helm',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'ab4a8c4a51f271f320f2bad6a5d499415bf541b1',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ngalaiko/tree-sitter-go-template',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@qvalentin' },
|
|
|
|
|
tier = 3,
|
2024-02-04 11:23:23 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hjson = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '02fa3b79b3ff9a296066da6277adfc3f26cbc9e0',
|
|
|
|
|
url = 'https://github.com/winston0410/tree-sitter-hjson',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@winston0410' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'json' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-09-10 18:44:09 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hlsl = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'b309425a7ab4456605cfe78774b80f7e275ca87d',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-hlsl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'cpp' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2020-09-28 22:59:11 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hlsplaylist = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '3bfda9271e3adb08d35f47a2102fe957009e1c55',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/Freed-Wu/tree-sitter-hlsplaylist',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Freed-Wu' },
|
|
|
|
|
tier = 3,
|
2022-09-01 19:36:23 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hocon = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'c390f10519ae69fdb03b3e5764f5592fb6924bcc',
|
|
|
|
|
url = 'https://github.com/antosha417/tree-sitter-hocon',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@antosha417' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 4,
|
2023-06-30 11:26:44 +12:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hoon = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '1545137aadcc63660c47db9ad98d02fa602655d0',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/urbit-pilled/tree-sitter-hoon',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@urbit-pilled' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2022-04-19 23:50:32 +04:30
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
html = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd18f83f8bed0be99796c4eacafe9b295ab2ee144',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-html',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@TravonteD' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'html_tags' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2021-07-04 16:12:17 -05:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
html_tags = {
|
|
|
|
|
maintainers = { '@TravonteD' },
|
|
|
|
|
readme_note = 'queries required by html, astro, vue, svelte',
|
|
|
|
|
tier = 3,
|
|
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
htmldjango = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'ea71012d3fe14dd0b69f36be4f96bdfe9155ebae',
|
|
|
|
|
url = 'https://github.com/interdependence/tree-sitter-htmldjango',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2020-06-20 12:21:42 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
http = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd2e4e4c7d03f70e0465d436f2b5f67497cd544ca',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/rest-nvim/tree-sitter-http',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq', '@NTBBloodbath' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-07-11 02:18:26 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hurl = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = 'ff07a42d9ec95443b5c1b57ed793414bf7b79be5',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/pfeiferj/tree-sitter-hurl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@pfeiferj' },
|
|
|
|
|
tier = 3,
|
2024-02-09 12:19:46 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
hyprlang = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd719158abe537b1916daaea6fa03287089f0b601',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-hyprlang',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@luckasRanarison' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2024-04-28 16:26:39 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
idl = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '86ff7f19747a761dc8ba72f4045fd64aed94ba4c',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/cathaysia/tree-sitter-idl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@cathaysia' },
|
|
|
|
|
tier = 3,
|
2025-01-16 23:34:37 +07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
idris = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'c56a25cf57c68ff929356db25505c1cc4c7820f6',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/kayhide/tree-sitter-idris',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@srghma' },
|
|
|
|
|
tier = 3,
|
2022-02-28 14:07:23 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ini = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '962568c9efa71d25720ab42c5d36e222626ef3a6',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/justinmk/tree-sitter-ini',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2024-05-03 01:13:43 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
inko = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '0b08a8f976456a9271f70d4682143328d7224115',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/inko-lang/tree-sitter-inko',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@yorickpeterse' },
|
|
|
|
|
tier = 3,
|
2024-12-30 23:48:20 +07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ipkg = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '8d3e9782f2d091d0cd39c13bfb3068db0c675960',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/srghma/tree-sitter-ipkg',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@srghma' },
|
|
|
|
|
tier = 3,
|
2023-05-20 21:52:54 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ispc = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '9b2f9aec2106b94b4e099fe75e73ebd8ae707c04',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-ispc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@fab4100' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'c' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-04-22 22:18:01 +09:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
janet_simple = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'ca4785b47a4ff15653f0408a49c764dec533e0d3',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/sogaiu/tree-sitter-janet-simple',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@sogaiu' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2025-03-23 11:44:12 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
java = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '677da92875756e31b3a42505d822cc8be7c5ab5e',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-java',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@p00f' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2020-06-20 12:21:42 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
javadoc = {
|
|
|
|
|
install_info = {
|
|
|
|
|
url = 'https://github.com/rmuir/tree-sitter-javadoc',
|
|
|
|
|
files = { 'src/parser.c', 'src/scanner.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@rmuir' },
|
|
|
|
|
tier = 2,
|
2025-02-08 17:38:50 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
javascript = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '3f1c835d05165050834da0e3cbc23a75e94aaa64',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-javascript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@steelsojka' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'ecma', 'jsx' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2025-02-08 17:38:50 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
jinja = {
|
|
|
|
|
install_info = {
|
|
|
|
|
url = 'https://github.com/cathaysia/tree-sitter-jinja',
|
|
|
|
|
location = 'tree-sitter-jinja',
|
|
|
|
|
files = { 'src/parser.c', 'src/scanner.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@cathaysia' },
|
|
|
|
|
readme_note = 'basic highlighting',
|
2024-04-14 16:25:28 +02:00
|
|
|
requires = { 'jinja_inline' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 3,
|
2021-07-04 16:12:17 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
jinja_inline = {
|
|
|
|
|
install_info = {
|
|
|
|
|
url = 'https://github.com/cathaysia/tree-sitter-jinja',
|
|
|
|
|
location = 'tree-sitter-jinja_inline',
|
|
|
|
|
files = { 'src/parser.c', 'src/scanner.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@cathaysia' },
|
|
|
|
|
readme_note = 'needed for full highlighting',
|
|
|
|
|
tier = 3,
|
2021-02-22 23:01:12 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
jq = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '13990f530e8e6709b7978503da9bc8701d366791',
|
|
|
|
|
url = 'https://github.com/flurie/tree-sitter-jq',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2022-03-07 16:10:31 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
jsdoc = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a417db5dbdd869fccb6a8b75ec04459e1d4ccd2c',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-jsdoc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@steelsojka' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-01-08 01:55:24 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
json = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '54ccd9485e0122a5e9faf5d8aaed7294c308e894',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-json',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@steelsojka' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-01-31 09:14:58 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
json5 = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'ab0ba8229d639ec4f3fa5f674c9133477f4b77bd',
|
|
|
|
|
url = 'https://github.com/Joakker/tree-sitter-json5',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Joakker' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-07-04 16:12:17 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
jsonc = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '02b01653c8a1c198ae7287d566efa86a135b30d5',
|
|
|
|
|
url = 'https://gitlab.com/WhyNotHugo/tree-sitter-jsonc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@WhyNotHugo' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'json' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-06-26 18:02:29 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
jsonnet = {
|
|
|
|
|
install_info = {
|
2024-08-10 12:58:04 +02:00
|
|
|
revision = 'ddd075f1939aed8147b7aa67f042eda3fce22790',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/sourcegraph/tree-sitter-jsonnet',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@nawordar' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2024-03-03 21:02:10 +01:00
|
|
|
},
|
2023-05-31 09:19:16 +02:00
|
|
|
jsx = {
|
|
|
|
|
maintainers = { '@steelsojka' },
|
|
|
|
|
readme_note = 'queries required by javascript, tsx',
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-05-31 09:19:16 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
julia = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'ffdd9fe4dccdc26d62ce1654fceac52c394f0cf3',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-julia',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@fredrikekre' },
|
|
|
|
|
tier = 3,
|
2025-02-27 09:54:26 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
just = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'bb0c898a80644de438e6efe5d88d30bf092935cd',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/IndianBoy42/tree-sitter-just',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Hubro' },
|
|
|
|
|
tier = 3,
|
2023-08-31 05:28:16 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
kcl = {
|
|
|
|
|
install_info = {
|
|
|
|
|
url = 'https://github.com/kcl-lang/tree-sitter-kcl',
|
|
|
|
|
files = { 'src/parser.c', 'src/scanner.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@bertbaron' },
|
|
|
|
|
tier = 2,
|
2021-12-13 21:29:07 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
kconfig = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '9ac99fe4c0c27a35dc6f757cef534c646e944881',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-kconfig',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
kdl = {
|
|
|
|
|
install_info = {
|
2024-04-22 19:56:30 +02:00
|
|
|
revision = 'b37e3d58e5c5cf8d739b315d6114e02d42e66664',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-kdl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2024-04-25 15:43:41 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
kotlin = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'c4ddea359a7ff4d92360b2efcd6cfce5dc25afe6',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/fwcd/tree-sitter-kotlin',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@SalBakraa' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-11-08 10:11:19 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
koto = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '329b0e84ef6cc6950665de4accd0bdda1601a2f1',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/koto-lang/tree-sitter-koto',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@irh' },
|
|
|
|
|
tier = 3,
|
2021-02-28 17:40:35 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
kusto = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '8353a1296607d6ba33db7c7e312226e5fc83e8ce',
|
|
|
|
|
url = 'https://github.com/Willem-J-an/tree-sitter-kusto',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Willem-J-an' },
|
|
|
|
|
tier = 3,
|
2021-02-17 09:37:56 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
lalrpop = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a7f5ea297bd621d072ed4cb2cc8ba5ae64ae3c4b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/traxys/tree-sitter-lalrpop',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@traxys' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-04-18 16:51:03 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
latex = {
|
|
|
|
|
install_info = {
|
2024-04-21 00:14:12 +02:00
|
|
|
generate = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '7b06f6ed394308e7407a1703d2724128c45fc9d7',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/latex-lsp/tree-sitter-latex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta', '@clason' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-10-22 03:23:02 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ledger = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd313153eef68c557ba4538b20de2d0e92f3ef6f8',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/cbarrete/tree-sitter-ledger',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@cbarrete' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-07-19 07:44:03 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
leo = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '44a061bac4d9443d75f2700c62a71cd4dcf16f05',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/r001/tree-sitter-leo',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@r001' },
|
|
|
|
|
tier = 3,
|
2023-11-19 04:10:52 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
linkerscript = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'f99011a3554213b654985a4b0a65b3b032ec4621',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-linkerscript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2023-10-04 09:58:10 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
liquid = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '23ac814111e2b4b4b083e2c92219af2d5b74d13d',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/hankthetank27/tree-sitter-liquid',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@hankthetank27' },
|
|
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
liquidsoap = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '8e51fa63ddb93ac179d4e34a311d3d3f03780b42',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/savonet/tree-sitter-liquidsoap',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@toots' },
|
|
|
|
|
tier = 3,
|
2023-03-19 08:09:12 -04:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
llvm = {
|
|
|
|
|
install_info = {
|
2024-10-06 12:02:32 +02:00
|
|
|
revision = 'c14cb839003348692158b845db9edda201374548',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/benwilliamgraham/tree-sitter-llvm',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@benwilliamgraham' },
|
|
|
|
|
tier = 3,
|
|
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
lua = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '34e60e7f45fc313463c68090d88d742a55d1bd7a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-lua',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@muniftanjim' },
|
2023-05-31 09:19:16 +02:00
|
|
|
tier = 1,
|
2023-03-03 05:33:20 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
luadoc = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '873612aadd3f684dd4e631bdf42ea8990c57634e',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-luadoc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-04-27 04:25:19 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
luap = {
|
|
|
|
|
install_info = {
|
2024-04-22 19:56:30 +02:00
|
|
|
revision = 'c134aaec6acf4fa95fe4aa0dc9aba3eacdbbe55a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-luap',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
readme_note = 'Lua patterns',
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2024-02-12 13:45:13 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
luau = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a8914d6c1fc5131f8e1c13f769fa704c9f5eb02f',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-luau',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'lua' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
m68k = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = 'e128454c2210c0e0c10b68fe45ddb8fee80182a3',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/grahambates/tree-sitter-m68k',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@grahambates' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
make = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'a4b9187417d6be349ee5fd4b6e77b4172c6827dd',
|
|
|
|
|
url = 'https://github.com/alemuller/tree-sitter-make',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@lewis6991' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2020-10-04 19:39:12 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
markdown = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
location = 'tree-sitter-markdown',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '192407ab5a24bfc24f13332979b5e7967518754a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-markdown',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@MDeiml' },
|
|
|
|
|
readme_note = 'basic highlighting',
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'markdown_inline' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 1,
|
2020-09-30 00:30:26 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
markdown_inline = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
location = 'tree-sitter-markdown-inline',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '192407ab5a24bfc24f13332979b5e7967518754a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-markdown',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@MDeiml' },
|
|
|
|
|
readme_note = 'needed for full highlighting',
|
|
|
|
|
tier = 1,
|
2023-02-28 00:16:21 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
matlab = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'b0a0198b182574cd3ca0447264c83331901b9338',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/acristoffers/tree-sitter-matlab',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@acristoffers' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-03-10 12:00:02 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
menhir = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'be8866a6bcc2b563ab0de895af69daeffa88fe70',
|
|
|
|
|
url = 'https://github.com/Kerl13/tree-sitter-menhir',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Kerl13' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-12-24 19:53:32 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
mermaid = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '90ae195b31933ceb9d079abfa8a3ad0a36fee4cc',
|
|
|
|
|
url = 'https://github.com/monaqa/tree-sitter-mermaid',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
tier = 4,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
meson = {
|
|
|
|
|
install_info = {
|
2024-10-06 12:02:32 +02:00
|
|
|
revision = 'c5fffb8edd39f22644084ab3f73a924a75721ee3',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-meson',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Decodetalkers' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-02-20 21:12:09 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
mlir = {
|
|
|
|
|
install_info = {
|
2024-04-21 00:14:12 +02:00
|
|
|
generate = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'b5d5f238b371b7c9b764f6a053b045dda92bc836',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/artagnon/tree-sitter-mlir',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@artagnon' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2024-02-14 10:15:10 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
muttrc = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '173b0ab53a9c07962c9777189c4c70e90f1c1837',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/neomutt/tree-sitter-muttrc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Freed-Wu' },
|
|
|
|
|
tier = 3,
|
2023-10-09 11:28:28 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
nasm = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd1b3638d017f2a8585e26dcfc66fe1df94185e30',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/naclsn/tree-sitter-nasm',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2024-07-17 16:47:59 +09:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
nginx = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '989da760be05a3334af3ec88705cbf57e6a9c41d',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/opa-oz/tree-sitter-nginx',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@opa-oz' },
|
|
|
|
|
tier = 3,
|
2021-03-12 11:21:46 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
nickel = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '25464b33522c3f609fa512aa9651707c0b66d48b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/nickel-lang/tree-sitter-nickel',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2023-05-31 09:19:16 +02:00
|
|
|
tier = 4,
|
2023-10-30 12:35:51 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
nim = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '897e5d346f0b59ed62b517cfb0f1a845ad8f0ab7',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/alaviss/tree-sitter-nim',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@aMOPel' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'nim_format_string' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 3,
|
2023-10-30 12:35:51 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
nim_format_string = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'd45f75022d147cda056e98bfba68222c9c8eca3a',
|
|
|
|
|
url = 'https://github.com/aMOPel/tree-sitter-nim-format-string',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@aMOPel' },
|
|
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ninja = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '0a95cfdc0745b6ae82f60d3a339b37f19b7b9267',
|
|
|
|
|
url = 'https://github.com/alemuller/tree-sitter-ninja',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@alemuller' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-08-15 18:12:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
nix = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '4b952d99ce6fc795ff3cfa48b05637f2b1751d3b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/cstrahan/tree-sitter-nix',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@leo60228' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2020-12-28 12:54:18 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
nqc = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '14e6da1627aaef21d2b2aa0c37d04269766dcc1d',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-nqc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2024-11-05 19:55:42 +05:30
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
nu = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '9822fc63a62ff87939c88ead9f381f951f092dee',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/nushell/tree-sitter-nu',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@abhisheksingh0x558' },
|
|
|
|
|
tier = 3,
|
2023-05-18 19:37:56 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
objc = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '18802acf31d0b5c1c1d50bdbc9eb0e1636cab9ed',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-objc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'c' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-10-22 02:05:20 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
objdump = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '28d3b2e25a0b1881d1b47ed1924ca276c7003d45',
|
|
|
|
|
url = 'https://github.com/ColinKennedy/tree-sitter-objdump',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ColinKennedy' },
|
|
|
|
|
tier = 3,
|
2021-03-14 22:38:54 -02:30
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ocaml = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'grammars/ocaml',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '37ad9efe601316248b22173d2ff19a6b4c992016',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-ocaml',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@undu' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2020-11-17 17:28:53 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ocaml_interface = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'grammars/interface',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '37ad9efe601316248b22173d2ff19a6b4c992016',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-ocaml',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@undu' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'ocaml' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2021-07-28 19:52:29 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ocamllex = {
|
|
|
|
|
install_info = {
|
2024-04-21 00:14:12 +02:00
|
|
|
generate = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '4b9898ccbf198602bb0dec9cd67cc1d2c0a4fad2',
|
|
|
|
|
url = 'https://github.com/atom-ocaml/tree-sitter-ocamllex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@undu' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-05-11 03:56:12 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
odin = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd2ca8efb4487e156a60d5bd6db2598b872629403',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-odin',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2021-02-05 13:45:26 +07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
pascal = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = 'd0ebabefaea9ac3f6fc3004cf08cd121b66da9e4',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/Isopod/tree-sitter-pascal',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Isopod' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-02-27 21:18:00 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
passwd = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '20239395eacdc2e0923a7e5683ad3605aee7b716',
|
|
|
|
|
url = 'https://github.com/ath3/tree-sitter-passwd',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-06-27 11:50:24 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
pem = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '1d16b8e063fdf4385e389096c4bc4999eaaef05f',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-pem',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
tier = 2,
|
2021-03-09 21:06:07 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
perl = {
|
|
|
|
|
install_info = {
|
|
|
|
|
branch = 'release',
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '6f280c52662dc254eb7a5abc0889f7a9e1154ffd',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-perl/tree-sitter-perl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@RabbiVeesh', '@LeoNerd' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-03-21 00:03:20 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
php = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
location = 'php',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '5021edde6d0ea75aedc313e75cca2ac5aa064d41',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-php',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@tk-shirasaka', '@calebdw' },
|
|
|
|
|
readme_note = 'PHP with embedded HTML',
|
2024-04-14 16:25:28 +02:00
|
|
|
requires = { 'php_only' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2024-01-20 21:34:49 +09:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
php_only = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
location = 'php_only',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '5021edde6d0ea75aedc313e75cca2ac5aa064d41',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-php',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@tk-shirasaka', '@calebdw' },
|
|
|
|
|
readme_note = 'PHP without embedded HTML',
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2022-04-19 06:31:31 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
phpdoc = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-06 12:02:32 +02:00
|
|
|
revision = 'fe3202e468bc17332bec8969f2b50ff1f1da3a46',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/claytonrcarter/tree-sitter-phpdoc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@mikehaertl' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2021-03-21 00:03:20 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
pioasm = {
|
|
|
|
|
install_info = {
|
2024-10-06 12:02:32 +02:00
|
|
|
revision = 'afece58efdb30440bddd151ef1347fa8d6f744a9',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/leo60228/tree-sitter-pioasm',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@leo60228' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-02-28 00:14:08 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
po = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'bd860a0f57f697162bf28e576674be9c1500db5e',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-po',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-10-17 19:31:54 +00:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
pod = {
|
|
|
|
|
install_info = {
|
|
|
|
|
branch = 'release',
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-08-10 12:58:04 +02:00
|
|
|
revision = '0bf8387987c21bf2f8ed41d2575a8f22b139687f',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-perl/tree-sitter-pod',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@RabbiVeesh', '@LeoNerd' },
|
|
|
|
|
tier = 3,
|
2021-03-21 00:03:20 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
poe_filter = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '2902dc45439125b9386812c1089a8e9b5f71c4ab',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-poe-filter',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
readme_note = 'Path of Exile item filter',
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-03-26 18:28:54 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
pony = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '73ff874ae4c9e9b45462673cbc0a1e350e2522a7',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-pony',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq', '@mfelsche' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2024-07-22 23:14:45 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
powershell = {
|
2024-06-13 12:30:57 +02:00
|
|
|
filetype = 'ps1',
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '32fe49cc5d4a2d5a976dacafc0da16d98787866b',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/airbus-cert/tree-sitter-powershell',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@L2jLiga' },
|
|
|
|
|
tier = 3,
|
2023-08-19 19:28:45 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
printf = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '60d50a2247b0c1fb72b967562c64711d65c6a060',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-printf',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
tier = 2,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
prisma = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '73f39a6d5401cfdcd143951e499336cf5ab2ffaa',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/victorhqc/tree-sitter-prisma',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@elianiva' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2024-07-02 14:57:30 +00:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
problog = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'grammars/problog',
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '93c69d2f84d8a167c0a3f4a8d51ccefe365a4dc8',
|
|
|
|
|
url = 'https://github.com/foxyseta/tree-sitter-prolog',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@foxyseta' },
|
|
|
|
|
requires = { 'prolog' },
|
|
|
|
|
tier = 3,
|
2024-07-02 14:57:30 +00:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
prolog = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'grammars/prolog',
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '93c69d2f84d8a167c0a3f4a8d51ccefe365a4dc8',
|
|
|
|
|
url = 'https://github.com/foxyseta/tree-sitter-prolog',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@foxyseta' },
|
|
|
|
|
tier = 3,
|
2023-07-08 19:44:16 +02:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
promql = {
|
|
|
|
|
install_info = {
|
|
|
|
|
revision = '77625d78eebc3ffc44d114a07b2f348dff3061b0',
|
|
|
|
|
url = 'https://github.com/MichaHoffmann/tree-sitter-promql',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@MichaHoffmann' },
|
|
|
|
|
tier = 3,
|
|
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
properties = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '579b62f5ad8d96c2bb331f07d1408c92767531d9',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-properties',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
readme_note = 'Java properties files',
|
2024-04-14 16:25:28 +02:00
|
|
|
tier = 2,
|
2023-11-21 02:19:07 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
proto = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'e9f6b43f6844bd2189b50a422d4e2094313f6aa3',
|
|
|
|
|
url = 'https://github.com/treywood/tree-sitter-proto',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@treywood' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2021-03-23 06:18:43 +05:30
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
prql = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '09e158cd3650581c0af4c49c2e5b10c4834c8646',
|
|
|
|
|
url = 'https://github.com/PRQL/tree-sitter-prql',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@matthias-Q' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-08-17 04:07:43 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
psv = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'psv',
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '7eb7297823605392d2bbcc4c09b1cd18d6fa9529',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-csv',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'tsv' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 2,
|
2021-04-17 20:36:03 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
pug = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '13e9195370172c86a8b88184cc358b23b677cc46',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/zealot128/tree-sitter-pug',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@zealot128' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-04-26 07:32:41 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
puppet = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '15f192929b7d317f5914de2b4accd37b349182a6',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-puppet',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-11-08 18:07:02 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
purescript = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'daf9b3e2be18b0b2996a1281f7783e0d041d8b80',
|
|
|
|
|
url = 'https://github.com/postsolar/tree-sitter-purescript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@postsolar' },
|
|
|
|
|
tier = 3,
|
2023-08-10 11:35:27 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
pymanifest = {
|
|
|
|
|
install_info = {
|
2024-04-22 19:56:30 +02:00
|
|
|
revision = 'be062582956165019d3253794b4d712f66dfeaaa',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-pymanifest',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
readme_name = 'PyPA manifest',
|
|
|
|
|
tier = 2,
|
2021-06-20 21:37:07 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
python = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '44c2f7aebce0efac5867cdc5f2ea03c1d43a0305',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-python',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@stsewd', '@theHamsta' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 1,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ql = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '1fd627a4e8bff8c24c11987474bd33112bead857',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-ql',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@pwntester' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-03-01 02:42:30 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
qmldir = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '6b2b5e41734bd6f07ea4c36ac20fb6f14061c841',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-qmldir',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2021-04-18 09:57:02 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
qmljs = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '8fef30e231d74b65c713bcbac21956156d8963da',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/yuja/tree-sitter-qmljs',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Decodetalkers' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'ecma' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-03-26 14:42:45 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
query = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '5c2d02747250bc326bc33687b3319b7db8554e24',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-query',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@steelsojka' },
|
|
|
|
|
readme_note = 'Tree-sitter query language',
|
|
|
|
|
tier = 1,
|
2021-08-24 18:23:16 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
r = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a0d3e3307489c3ca54da8c7b5b4e0c5f5fd6953a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/r-lib/tree-sitter-r',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ribru17' },
|
|
|
|
|
tier = 3,
|
2021-08-29 13:10:15 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
racket = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '5b211bf93021d1c45f39aa96898be9f794f087e4',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/6cdh/tree-sitter-racket',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
tier = 4,
|
2024-06-04 09:49:26 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ralph = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = 'f6d81bf7a4599c77388035439cf5801cd461ff77',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/alephium/tree-sitter-ralph',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@tdroxler' },
|
|
|
|
|
tier = 3,
|
2021-09-18 21:15:37 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
rasi = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '6c9bbcfdf5f0f553d9ebc01750a3aa247a37b8aa',
|
|
|
|
|
url = 'https://github.com/Fymyte/tree-sitter-rasi',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Fymyte' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2025-02-01 19:06:26 +00:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
razor = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
|
|
|
|
revision = 'a47cd8ca148685629739a4ab69f58864800fbdab',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/tris203/tree-sitter-razor',
|
|
|
|
|
files = { 'src/parser.c', 'src/scanner.c' },
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@tris203' },
|
|
|
|
|
tier = 3,
|
2023-12-01 01:22:29 +09:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
rbs = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'de893b166476205b09e79cd3689f95831269579a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/joker1007/tree-sitter-rbs',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@joker1007' },
|
|
|
|
|
tier = 3,
|
2023-08-22 02:10:29 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
re2c = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = 'c18a3c2f4b6665e35b7e50d6048ea3cff770c572',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-re2c',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2024-02-08 11:03:21 -08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
readline = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '74addc90fc539d31d413c0c7cf7581997a7fa46e',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-readline',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ribru17' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2022-01-15 16:35:55 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
regex = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'b638d29335ef41215b86732dd51be34c701ef683',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-regex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2021-10-02 17:09:40 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
rego = {
|
|
|
|
|
install_info = {
|
2024-04-22 19:56:30 +02:00
|
|
|
revision = '20b5a5958c837bc9f74b231022a68a594a313f6d',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/FallenAngel97/tree-sitter-rego',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@FallenAngel97' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-07-24 13:07:35 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
requirements = {
|
|
|
|
|
install_info = {
|
2024-04-22 19:56:30 +02:00
|
|
|
revision = '5ad9b7581b3334f6ad492847d007f2fac6e6e5f2',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-requirements',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
readme_name = 'pip requirements',
|
|
|
|
|
tier = 2,
|
2024-07-27 08:34:30 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
rescript = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '4606cd81c4c31d1d02390fee530858323410a74c',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/rescript-lang/tree-sitter-rescript',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@ribru17' },
|
|
|
|
|
tier = 2,
|
2021-11-04 13:56:26 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
rnoweb = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '1a74dc0ed731ad07db39f063e2c5a6fe528cae7f',
|
|
|
|
|
url = 'https://github.com/bamonroe/tree-sitter-rnoweb',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@bamonroe' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-07-17 10:21:10 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
robot = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '17c2300e91fc9da4ba14c16558bf4292941dc074',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/Hubro/tree-sitter-robot',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Hubro' },
|
|
|
|
|
tier = 3,
|
2024-06-30 17:12:36 +09:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
robots = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '8e3a4205b76236bb6dbebdbee5afc262ce38bb62',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/opa-oz/tree-sitter-robots-txt',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@opa-oz' },
|
|
|
|
|
tier = 3,
|
2024-03-31 19:43:49 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
roc = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'de0839d6c7db2405e827435cf3ac62d22f4bd5e9',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/faldor20/tree-sitter-roc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@nat-418' },
|
|
|
|
|
tier = 3,
|
2023-02-04 15:42:12 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ron = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '78938553b93075e638035f624973083451b29055',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-ron',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2021-11-01 06:20:58 +07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
rst = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'dd5971ef7759583aadd5aa5e3a3a0905eb5734d5',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/stsewd/tree-sitter-rst',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@stsewd' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2021-12-14 10:47:47 +00:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ruby = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '71bd32fb7607035768799732addba884a37a6210',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-ruby',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@TravonteD' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2024-11-06 18:09:38 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
runescript = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'cf85bbd5da0c5ad243301d889c7f84d790a4cae4',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/2004Scape/tree-sitter-runescript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@2004Scape' },
|
|
|
|
|
tier = 3,
|
2022-01-04 23:22:29 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
rust = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '2eaf126458a4d6a69401089b6ba78c5e5d6c1ced',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-rust',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2021-12-14 13:45:56 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
scala = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd3b9553b47d7ab413a146c4b6498e527265b966e',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-scala',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@stevanmilic' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-07-25 22:49:09 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
scfg = {
|
|
|
|
|
install_info = {
|
2024-04-21 00:14:12 +02:00
|
|
|
generate = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '2f3709e7656fa2c443f92041c91a9f843f8cd625',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/rockorager/tree-sitter-scfg',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@WhyNotHugo' },
|
2024-04-22 19:56:30 +02:00
|
|
|
tier = 4,
|
2021-11-23 01:06:51 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
scheme = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '63e25a4a84142ae7ee0ee01fe3a32c985ca16745',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/6cdh/tree-sitter-scheme',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
tier = 4,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
scss = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'c478c6868648eff49eb04a4df90d703dc45b312a',
|
|
|
|
|
url = 'https://github.com/serenadeai/tree-sitter-scss',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@elianiva' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'css' },
|
|
|
|
|
tier = 3,
|
2024-08-10 11:05:48 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
sflog = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'sflog',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'eade4054efc897f4bb18a5b7bf4b5a824dbffa74',
|
2024-06-13 12:30:57 +02:00
|
|
|
url = 'https://github.com/aheber/tree-sitter-sfapex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@aheber', '@xixiaofinland' },
|
|
|
|
|
readme_note = 'Salesforce debug log',
|
|
|
|
|
tier = 3,
|
|
|
|
|
},
|
|
|
|
|
slang = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '3ed23c04a412a0559162d9cadf96dfff7cb36079',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-slang',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2024-04-14 16:25:28 +02:00
|
|
|
readme_note = 'Shader Slang',
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-11-18 20:52:31 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
slim = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a0f08e85b787248219ea645423c5916c8d620ef6',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/theoo/tree-sitter-slim',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@theoo' },
|
|
|
|
|
tier = 3,
|
2025-01-21 09:25:08 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
slint = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'f11da7e62051ba8b9d4faa299c26de8aeedfc1cd',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/slint-ui/tree-sitter-slint',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@hunger' },
|
|
|
|
|
tier = 3,
|
2021-08-29 19:31:37 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
smali = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'fdfa6a1febc43c7467aa7e937b87b607956f2346',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-smali',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2022-01-28 19:13:39 -03:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
smithy = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'fa898ac0885d1da9a253695c3e0e91f5efc587cd',
|
|
|
|
|
url = 'https://github.com/indoorvivants/tree-sitter-smithy',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@amaanq', '@keynmol' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-09-13 03:29:22 +02:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
snakemake = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'f36c1587624d6d84376c82a357c20fc319cbf02c',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/osthomas/tree-sitter-snakemake',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@osthomas' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2022-02-13 17:18:41 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
solidity = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '727087514eff57d92e273a24303142308bce3381',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/JoranHonig/tree-sitter-solidity',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2022-03-10 19:14:49 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
soql = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'soql',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'eade4054efc897f4bb18a5b7bf4b5a824dbffa74',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/aheber/tree-sitter-sfapex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@aheber', '@xixiafinland' },
|
|
|
|
|
tier = 3,
|
2023-09-17 20:00:21 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
sosl = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'sosl',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'eade4054efc897f4bb18a5b7bf4b5a824dbffa74',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/aheber/tree-sitter-sfapex',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@aheber', '@xixiafinland' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-09-17 20:00:21 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
sourcepawn = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'f2af8d0dc14c6790130cceb2a20027eb41a8297c',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/nilshelmig/tree-sitter-sourcepawn',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Sarrus1' },
|
|
|
|
|
tier = 3,
|
2024-02-09 16:40:01 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
sparql = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = 'd853661ca680d8ff7f8d800182d5782b61d0dd58',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/GordianDziwis/tree-sitter-sparql',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@GordianDziwis' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-03-14 10:01:14 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
sql = {
|
|
|
|
|
install_info = {
|
|
|
|
|
branch = 'gh-pages',
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'b9d109588d5b5ed986c857464830c2f0bef53f18',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/derekstride/tree-sitter-sql',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@derekstride' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-03-26 18:27:11 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
squirrel = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '072c969749e66f000dba35a33c387650e203e96e',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-squirrel',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-03-06 04:46:43 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ssh_config = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '0dd3c7e9f301758f6c69a6efde43d3048deb4d8a',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-ssh-config',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
tier = 2,
|
2023-09-17 12:41:06 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
starlark = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a453dbf3ba433db0e5ec621a38a7e59d72e4dc69',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-starlark',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-02-18 15:00:37 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
strace = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'd819cdd5dbe455bd3c859193633c8d91c0df7c36',
|
|
|
|
|
url = 'https://github.com/sigmaSd/tree-sitter-strace',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-08-20 04:33:33 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
styled = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '75d3ad20818c30c49b445ca2cb35999c278b3453',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/mskelton/tree-sitter-styled',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@mskelton' },
|
|
|
|
|
tier = 3,
|
2023-12-19 06:53:00 -06:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
supercollider = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '1a8ee0da9a4f2df5a8a22f4d637ac863623a78a7',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/madskjeldgaard/tree-sitter-supercollider',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@madskjeldgaard' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-04-07 20:34:19 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
superhtml = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'tree-sitter-superhtml',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'e6eba40bf54dd94d842154be0389c53a37be8dc8',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/kristoff-it/superhtml',
|
2024-09-09 09:50:54 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
maintainers = { '@rockorager' },
|
|
|
|
|
tier = 3,
|
2024-09-09 09:50:54 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
surface = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'f4586b35ac8548667a9aaa4eae44456c1f43d032',
|
|
|
|
|
url = 'https://github.com/connorlay/tree-sitter-surface',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@connorlay' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-01-23 03:00:32 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
svelte = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'ae5199db47757f785e43a14b332118a5474de1a2',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-svelte',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'html_tags' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 2,
|
2022-04-11 18:14:04 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
sway = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '395006713db3bbb90d267ebdfcbf1881b399b05c',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/FuelLabs/tree-sitter-sway.git',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ribru17' },
|
|
|
|
|
tier = 2,
|
2024-11-01 13:34:02 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
swift = {
|
|
|
|
|
install_info = {
|
2024-04-21 00:14:12 +02:00
|
|
|
generate = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'f4be8072f18fb9704fd35d4b8154ae2b19e314c0',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/alex-pinkus/tree-sitter-swift',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@alex-pinkus' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-12-25 17:40:05 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
sxhkdrc = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '440d5f913d9465c9c776a1bd92334d32febcf065',
|
|
|
|
|
url = 'https://github.com/RaafatTurki/tree-sitter-sxhkdrc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@RaafatTurki' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-04-26 17:53:51 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
systemtap = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = 'f2b378a9af0b7e1192cff67a5fb45508c927205d',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ok-ryoko/tree-sitter-systemtap',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ok-ryoko' },
|
|
|
|
|
tier = 3,
|
2023-07-18 19:55:06 +00:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
t32 = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'e5a12f798f056049642aa03fbb83786e3a5b95d4',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://gitlab.com/xasc/tree-sitter-t32',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@xasc' },
|
|
|
|
|
tier = 3,
|
2022-04-26 15:36:26 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
tablegen = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'b1170880c61355aaf38fc06f4af7d3c55abdabc4',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-tablegen',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2023-03-16 07:00:30 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
tact = {
|
|
|
|
|
install_info = {
|
2024-10-06 12:02:32 +02:00
|
|
|
revision = '83e264928fa194b7283428527259e88e54205264',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tact-lang/tree-sitter-tact',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@novusnota' },
|
|
|
|
|
tier = 3,
|
2024-05-03 18:42:51 +02:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
tcl = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '98015ebe182d94e5a4439e32ffd91beaac32fcb9',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-tcl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@lewis6991' },
|
|
|
|
|
tier = 2,
|
2022-02-22 17:36:44 +03:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
tera = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/uncenter/tree-sitter-tera',
|
2023-06-12 09:54:30 -06:00
|
|
|
files = { 'src/parser.c', 'src/scanner.c' },
|
|
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@uncenter' },
|
|
|
|
|
tier = 2,
|
2024-02-09 16:51:43 +01:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
teal = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
generate = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '3db655924b2ff1c54fdf6371b5425ea6b5dccefe',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/euclidianAce/tree-sitter-teal',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@euclidianAce' },
|
|
|
|
|
tier = 3,
|
2025-03-09 13:44:59 -04:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
templ = {
|
2023-06-12 09:54:30 -06:00
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'a9178bfc9cc8040c08f39b47bae5400a2bf06e50',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/vrischmann/tree-sitter-templ',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
maintainers = { '@vrischmann' },
|
|
|
|
|
tier = 3,
|
2023-02-02 17:23:28 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
terraform = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'dialects/terraform',
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '9e3ec9848f28d26845ba300fd73c740459b83e9b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/MichaHoffmann/tree-sitter-hcl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@MichaHoffmann' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'hcl' },
|
|
|
|
|
tier = 3,
|
2023-09-18 10:26:02 -06:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
textproto = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '568471b80fd8793d37ed01865d8c2208a9fefd1b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/PorterAtGoogle/tree-sitter-textproto',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Porter' },
|
|
|
|
|
tier = 3,
|
2023-01-21 07:39:15 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
thrift = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '68fd0d80943a828d9e6f49c58a74be1e9ca142cf',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-thrift',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq', '@duskmoon314' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2022-06-14 17:24:28 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
tiger = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'a7f11d946b44244f71df41d2a78af0665d618dae',
|
|
|
|
|
url = 'https://github.com/ambroisie/tree-sitter-tiger',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ambroisie' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-11-06 17:44:50 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
tlaplus = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd711f24c93221cdfc9a9b4dbb0998f528fc982ac',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tlaplus-community/tree-sitter-tlaplus',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ahelwer', '@susliko' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2024-02-20 03:26:32 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
tmux = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '0252ecd080016e45e6305ef1a943388f5ae2f4b4',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/Freed-Wu/tree-sitter-tmux',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Freed-Wu' },
|
|
|
|
|
tier = 3,
|
2022-09-01 00:13:19 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
todotxt = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '3937c5cd105ec4127448651a21aef45f52d19609',
|
|
|
|
|
url = 'https://github.com/arnarg/tree-sitter-todotxt',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@arnarg' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2022-08-15 23:36:56 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
toml = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '64b56832c2cffe41758f28e05c756a3a98d16f41',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-toml',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@tk-shirasaka' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-08-17 04:07:43 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
tsv = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'tsv',
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '7eb7297823605392d2bbcc4c09b1cd18d6fa9529',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-csv',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2022-10-20 01:33:31 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
tsx = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
location = 'tsx',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '410947e9d2ca8e032cd2419bf1241406c7e6f9bb',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-typescript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@steelsojka' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'ecma', 'jsx', 'typescript' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2022-09-08 14:48:02 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
turtle = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '7f789ea7ef765080f71a298fc96b7c957fa24422',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/GordianDziwis/tree-sitter-turtle',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@GordianDziwis' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-10-18 10:33:57 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
twig = {
|
|
|
|
|
install_info = {
|
2024-04-22 19:56:30 +02:00
|
|
|
revision = '085648e01d1422163a1702a44e72303b4e2a0bd1',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/gbprod/tree-sitter-twig',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@gbprod' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-11-24 08:54:54 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
typescript = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
location = 'typescript',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '410947e9d2ca8e032cd2419bf1241406c7e6f9bb',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter/tree-sitter-typescript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@steelsojka' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'ecma' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2024-05-13 10:47:04 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
typespec = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '42fb163442ef2691b9b720fb4e4e846809415d18',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/happenslol/tree-sitter-typespec',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@happenslol' },
|
|
|
|
|
tier = 3,
|
2023-10-24 09:48:33 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
typoscript = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '43b221c0b76e77244efdaa9963e402a17c930fbc',
|
|
|
|
|
url = 'https://github.com/Teddytrombone/tree-sitter-typoscript',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Teddytrombone' },
|
|
|
|
|
tier = 3,
|
2024-02-16 20:54:08 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
typst = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '26dfb4b94a99cc9d6044342b7ad0ba761da77d60',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/uben0/tree-sitter-typst',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@uben0', '@RaafatTurki' },
|
|
|
|
|
tier = 3,
|
2023-11-03 14:20:46 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
udev = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '18a1d183c4c0cc40438bae2ebf8191aaf2dee8dc',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-udev',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
tier = 2,
|
2023-02-20 18:05:10 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ungrammar = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'debd26fed283d80456ebafa33a06957b0c52e451',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-ungrammar',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Philipp-M', '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2023-09-03 14:05:18 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
unison = {
|
|
|
|
|
install_info = {
|
2024-04-21 00:14:12 +02:00
|
|
|
generate = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '3c97db76d3cdbd002dfba493620c2d5df2fd6fa9',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/kylegoetz/tree-sitter-unison',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@tapegram' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 3,
|
2023-05-06 16:00:17 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
usd = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '4e0875f724d94d0c2ff36f9b8cb0b12f8b20d216',
|
|
|
|
|
url = 'https://github.com/ColinKennedy/tree-sitter-usd',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ColinKennedy' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-03-07 04:32:20 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
uxntal = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'ad9b638b914095320de85d59c49ab271603af048',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-uxntal',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2022-09-11 09:48:25 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
v = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'tree_sitter_v',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '0461bf8addccb4df566827f1601f415d07b1ffbc',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/vlang/v-analyzer',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@kkharji', '@amaanq' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-09-19 17:18:19 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
vala = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '97e6db3c8c73b15a9541a458d8e797a07f588ef4',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/vala-lang/tree-sitter-vala',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Prince781' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2024-03-18 05:00:22 -04:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
vento = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '3b32474bc29584ea214e4e84b47102408263fe0e',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/ventojs/tree-sitter-vento',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@wrapperup', '@oscarotero' },
|
|
|
|
|
tier = 3,
|
2022-10-18 13:15:07 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
verilog = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '15fbf73dafaffc89050d247857beb27500ea30e8',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/gmlarumbe/tree-sitter-systemverilog',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@zhangwwpeng' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2024-07-18 08:46:12 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
vhdl = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'da8ea8afa7899a99e43a7d61afef9f77b7a675eb',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/jpt13653903/tree-sitter-vhdl',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@jpt13653903' },
|
|
|
|
|
tier = 3,
|
2022-11-13 08:33:54 -03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
vhs = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '037e675d547b18bbf3fdeb222e242ae5dccc39d7',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/charmbracelet/tree-sitter-vhs',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@caarlos0' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2022-09-26 19:25:26 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
vim = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = 'f3cd62d8bd043ef20507e84bb6b4b53731ccf3a7',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-vim',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@clason' },
|
|
|
|
|
tier = 1,
|
2023-04-01 15:58:48 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
vimdoc = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd2e4b5c172a109966c2ce0378f73df6cede39400',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/neovim/tree-sitter-vimdoc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@clason' },
|
|
|
|
|
tier = 1,
|
2024-07-28 13:15:43 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
vrl = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '274b3ce63f72aa8ffea18e7fc280d3062d28f0ba',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/belltoy/tree-sitter-vrl',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@belltoy' },
|
|
|
|
|
tier = 3,
|
2022-10-26 12:58:34 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
vue = {
|
|
|
|
|
install_info = {
|
|
|
|
|
branch = 'main',
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '22bdfa6c9fc0f5ffa44c6e938ec46869ac8a99ff',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-vue',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@WhyNotHugo', '@lucario387' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'html_tags' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 2,
|
2022-10-21 19:48:15 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
wgsl = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '40259f3c77ea856841a4e0c4c807705f3e4a2b65',
|
|
|
|
|
url = 'https://github.com/szebniok/tree-sitter-wgsl',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@szebniok' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-06-29 13:34:46 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
wgsl_bevy = {
|
|
|
|
|
install_info = {
|
2024-04-18 09:44:38 +02:00
|
|
|
generate_from_json = true,
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '47c1818d245a6156a488c4c4d06e9336714bae9b',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-wgsl-bevy',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@theHamsta' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 2,
|
2024-04-15 13:01:56 +02:00
|
|
|
},
|
2024-04-14 16:25:28 +02:00
|
|
|
wing = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '76e0c25844a66ebc6e866d690fcc5f4e90698947',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/winglang/tree-sitter-wing',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@gshpychka', '@MarkMcCulloh' },
|
|
|
|
|
tier = 3,
|
|
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
wit = {
|
|
|
|
|
install_info = {
|
2024-08-18 13:01:29 +02:00
|
|
|
revision = '81490b4e74c792369e005f72b0d46fe082d3fed2',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/liamwh/tree-sitter-wit',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@liamwh' },
|
|
|
|
|
tier = 3,
|
2023-11-10 00:23:42 +02:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
xcompose = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = 'fff3e72242aa110ebba6441946ea4d12d200fa68',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-xcompose',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
|
|
|
|
tier = 2,
|
2023-08-04 14:50:28 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
xml = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'xml',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'ce150c5be7f617e18ffa2064213e5d9c4cb5d69e',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-xml',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@ObserverOfTime' },
|
2023-05-31 09:19:16 +02:00
|
|
|
requires = { 'dtd' },
|
2023-06-12 09:54:30 -06:00
|
|
|
tier = 2,
|
2024-10-20 01:10:30 -07:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
xresources = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'd0f9dc7cec4dc15fc6f9d556bb4e9dd5050328a6',
|
2023-06-12 09:54:30 -06:00
|
|
|
url = 'https://github.com/ValdezFOmar/tree-sitter-xresources',
|
|
|
|
|
},
|
|
|
|
|
maintainers = { '@ValdezFOmar' },
|
|
|
|
|
tier = 3,
|
2022-10-03 19:41:45 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
yaml = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '1805917414a9a8ba2473717fd69447277a175fae',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-yaml',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 2,
|
2023-01-20 21:00:25 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
yang = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = '2c0e6be8dd4dcb961c345fa35c309ad4f5bd3502',
|
|
|
|
|
url = 'https://github.com/Hubro/tree-sitter-yang',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Hubro' },
|
2023-06-10 17:12:35 +02:00
|
|
|
tier = 3,
|
2023-02-20 17:55:06 +01:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
yuck = {
|
|
|
|
|
install_info = {
|
2024-04-14 16:25:28 +02:00
|
|
|
revision = 'e877f6ade4b77d5ef8787075141053631ba12318',
|
|
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-yuck',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Philipp-M', '@amaanq' },
|
2024-04-18 09:44:38 +02:00
|
|
|
tier = 2,
|
2024-01-22 01:42:30 +08:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
zathurarc = {
|
|
|
|
|
install_info = {
|
2024-06-13 12:30:57 +02:00
|
|
|
revision = '0554b4a5d313244b7fc000cbb41c04afae4f4e31',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/Freed-Wu/tree-sitter-zathurarc',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@Freed-Wu' },
|
|
|
|
|
tier = 3,
|
2022-10-08 21:25:05 +03:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
zig = {
|
|
|
|
|
install_info = {
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = 'b670c8df85a1568f498aa5c8cae42f51a90473c0',
|
2024-04-14 16:25:28 +02:00
|
|
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-zig',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@amaanq' },
|
|
|
|
|
tier = 1,
|
2024-09-09 09:19:58 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ziggy = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'tree-sitter-ziggy',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '3518133e9ebea7c372eff4def368eda8488fad18',
|
2024-08-18 13:01:29 +02:00
|
|
|
url = 'https://github.com/kristoff-it/ziggy',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@rockorager' },
|
|
|
|
|
tier = 3,
|
2024-09-09 09:27:03 -05:00
|
|
|
},
|
2023-06-12 09:54:30 -06:00
|
|
|
ziggy_schema = {
|
|
|
|
|
install_info = {
|
|
|
|
|
location = 'tree-sitter-ziggy-schema',
|
2024-10-12 20:14:21 +02:00
|
|
|
revision = '3518133e9ebea7c372eff4def368eda8488fad18',
|
2024-08-18 13:01:29 +02:00
|
|
|
url = 'https://github.com/kristoff-it/ziggy',
|
2023-06-12 09:54:30 -06:00
|
|
|
},
|
|
|
|
|
maintainers = { '@rockorager' },
|
|
|
|
|
tier = 3,
|
2023-11-16 22:12:55 +01:00
|
|
|
},
|
2020-06-20 12:21:42 +02:00
|
|
|
}
|