diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2022-11-21 18:45:48 +0200 |
|---|---|---|
| committer | ObserverOfTime <chronobserver@disroot.org> | 2022-11-26 13:17:51 +0200 |
| commit | 67332894efcb6a51a18e1120f2fc242089de7dd1 (patch) | |
| tree | 3d64df08194fe83a3c7bbad81aa420723a69aa98 | |
| parent | highlights(python): fix captures (diff) | |
| download | nvim-treesitter-67332894efcb6a51a18e1120f2fc242089de7dd1.tar nvim-treesitter-67332894efcb6a51a18e1120f2fc242089de7dd1.tar.gz nvim-treesitter-67332894efcb6a51a18e1120f2fc242089de7dd1.tar.bz2 nvim-treesitter-67332894efcb6a51a18e1120f2fc242089de7dd1.tar.lz nvim-treesitter-67332894efcb6a51a18e1120f2fc242089de7dd1.tar.xz nvim-treesitter-67332894efcb6a51a18e1120f2fc242089de7dd1.tar.zst nvim-treesitter-67332894efcb6a51a18e1120f2fc242089de7dd1.zip | |
docs: fix wrong maintainers
| -rw-r--r-- | README.md | 32 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 35 |
2 files changed, 34 insertions, 33 deletions
@@ -191,14 +191,14 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [css](https://github.com/tree-sitter/tree-sitter-css) (maintained by @TravonteD) - [x] [cuda](https://github.com/theHamsta/tree-sitter-cuda) (maintained by @theHamsta) - [x] [d](https://github.com/CyberShadow/tree-sitter-d) (experimental, maintained by @nawordar) -- [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @Akin909) +- [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @akinsho) - [x] [devicetree](https://github.com/joelspadin/tree-sitter-devicetree) (maintained by @jedrzejboczar) - [x] [diff](https://github.com/the-mikedavis/tree-sitter-diff) (maintained by @gbprod) - [x] [dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) (maintained by @camdencheek) - [x] [dot](https://github.com/rydesun/tree-sitter-dot) (maintained by @rydesun) - [x] [ebnf](https://github.com/RubixDev/ebnf.git) (experimental, maintained by @RubixDev) - [x] [eex](https://github.com/connorlay/tree-sitter-eex) (maintained by @connorlay) -- [x] [elixir](https://github.com/elixir-lang/tree-sitter-elixir) (maintained by @jonatanklosko, @connorlay) +- [x] [elixir](https://github.com/elixir-lang/tree-sitter-elixir) (maintained by @connorlay) - [ ] [elm](https://github.com/elm-tooling/tree-sitter-elm) - [x] [elvish](https://github.com/ckafi/tree-sitter-elvish) (maintained by @ckafi) - [ ] [embedded_template](https://github.com/tree-sitter/tree-sitter-embedded-template) @@ -208,13 +208,13 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [foam](https://github.com/FoamScience/tree-sitter-foam) (experimental, maintained by @FoamScience) - [ ] [fortran](https://github.com/stadelmanma/tree-sitter-fortran) - [x] [fusion](https://gitlab.com/jirgn/tree-sitter-fusion.git) (maintained by @jirgn) -- [x] [Godot (gdscript)](https://github.com/PrestonKnopp/tree-sitter-gdscript) (maintained by @Shatur95) +- [x] [Godot (gdscript)](https://github.com/PrestonKnopp/tree-sitter-gdscript) (maintained by @Shatur) - [x] [git_rebase](https://github.com/the-mikedavis/tree-sitter-git-rebase) (maintained by @gbprod) - [x] [gitattributes](https://github.com/ObserverOfTime/tree-sitter-gitattributes) (maintained by @ObserverOfTime) - [x] [gitcommit](https://github.com/gbprod/tree-sitter-gitcommit) (maintained by @gbprod) - [x] [gitignore](https://github.com/shunsambongi/tree-sitter-gitignore) (maintained by @theHamsta) - [x] [gleam](https://github.com/J3RN/tree-sitter-gleam) (maintained by @connorlay) -- [x] [Glimmer and Ember](https://github.com/alexlafroscia/tree-sitter-glimmer) (maintained by @alexlafroscia) +- [x] [Glimmer and Ember](https://github.com/alexlafroscia/tree-sitter-glimmer) (maintained by @NullVoxPopuli) - [x] [glsl](https://github.com/theHamsta/tree-sitter-glsl) (maintained by @theHamsta) - [x] [go](https://github.com/tree-sitter/tree-sitter-go) (maintained by @theHamsta, @WinWisely268) - [x] [Godot Resources (gdresource)](https://github.com/PrestonKnopp/tree-sitter-godot-resource) (maintained by @pierpo) @@ -233,13 +233,13 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [http](https://github.com/rest-nvim/tree-sitter-http) (maintained by @NTBBloodbath) - [x] [java](https://github.com/tree-sitter/tree-sitter-java) (maintained by @p00f) - [x] [javascript](https://github.com/tree-sitter/tree-sitter-javascript) (maintained by @steelsojka) -- [ ] [jq](https://github.com/flurie/tree-sitter-jq) +- [x] [jq](https://github.com/flurie/tree-sitter-jq) (maintained by @ObserverOfTime) - [x] [jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc) (maintained by @steelsojka) - [x] [json](https://github.com/tree-sitter/tree-sitter-json) (maintained by @steelsojka) - [x] [json5](https://github.com/Joakker/tree-sitter-json5) (maintained by @Joakker) - [x] [JSON with comments](https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git) (maintained by @WhyNotHugo) - [x] [jsonnet](https://github.com/sourcegraph/tree-sitter-jsonnet) (maintained by @nawordar) -- [x] [julia](https://github.com/tree-sitter/tree-sitter-julia) (maintained by @mroavi, @theHamsta) +- [x] [julia](https://github.com/tree-sitter/tree-sitter-julia) (maintained by @theHamsta) - [x] [kotlin](https://github.com/fwcd/tree-sitter-kotlin) (maintained by @SalBakraa) - [x] [lalrpop](https://github.com/traxys/tree-sitter-lalrpop) (maintained by @traxys) - [x] [latex](https://github.com/latex-lsp/tree-sitter-latex) (maintained by @theHamsta, @clason) @@ -256,13 +256,13 @@ We are looking for maintainers to add more parsers and to write query files for - [ ] [nickel](https://github.com/nickel-lang/tree-sitter-nickel) - [x] [ninja](https://github.com/alemuller/tree-sitter-ninja) (maintained by @alemuller) - [x] [nix](https://github.com/cstrahan/tree-sitter-nix) (maintained by @leo60228) -- [x] [norg](https://github.com/nvim-neorg/tree-sitter-norg) (maintained by @JoeyGrajciar, @vhyrro, @mrossinek) +- [x] [norg](https://github.com/nvim-neorg/tree-sitter-norg) (maintained by @JoeyGrajciar, @vhyrro) - [x] [ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu) - [x] [ocaml_interface](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu) - [x] [ocamllex](https://github.com/atom-ocaml/tree-sitter-ocamllex) (maintained by @undu) - [ ] [org](https://github.com/milisims/tree-sitter-org) -- [x] [pascal](https://github.com/Isopod/tree-sitter-pascal.git) (maintained by @isopod) -- [x] [perl](https://github.com/ganezdragon/tree-sitter-perl) (maintained by @ganezdragon) +- [x] [pascal](https://github.com/Isopod/tree-sitter-pascal.git) (maintained by @Isopod) +- [x] [perl](https://github.com/ganezdragon/tree-sitter-perl) (maintained by @lcrownover) - [x] [php](https://github.com/tree-sitter/tree-sitter-php) (maintained by @tk-shirasaka) - [x] [phpdoc](https://github.com/claytonrcarter/tree-sitter-phpdoc) (experimental, maintained by @mikehaertl) - [x] [pioasm](https://github.com/leo60228/tree-sitter-pioasm) (maintained by @leo60228) @@ -271,9 +271,9 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [pug](https://github.com/zealot128/tree-sitter-pug) (experimental, maintained by @zealot128) - [x] [python](https://github.com/tree-sitter/tree-sitter-python) (maintained by @stsewd, @theHamsta) - [x] [ql](https://github.com/tree-sitter/tree-sitter-ql) (maintained by @pwntester) -- [x] [qmljs](https://github.com/yuja/tree-sitter-qmljs) (maintained by @yuja) +- [x] [qmljs](https://github.com/yuja/tree-sitter-qmljs) (maintained by @Decodetalkers) - [x] [Tree-sitter query language](https://github.com/nvim-treesitter/tree-sitter-query) (maintained by @steelsojka) -- [x] [r](https://github.com/r-lib/tree-sitter-r) (maintained by @jimhester) +- [x] [r](https://github.com/r-lib/tree-sitter-r) (maintained by @echasnovski) - [x] [racket](https://github.com/6cdh/tree-sitter-racket) (maintained by @6cdh) - [x] [rasi](https://github.com/Fymyte/tree-sitter-rasi) (maintained by @Fymyte) - [x] [regex](https://github.com/tree-sitter/tree-sitter-regex) (maintained by @theHamsta) @@ -287,7 +287,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [scss](https://github.com/serenadeai/tree-sitter-scss) (maintained by @elianiva) - [x] [slint](https://github.com/jrmoulton/tree-sitter-slint) (experimental, maintained by @jrmoulton) - [x] [solidity](https://github.com/YongJieYongJie/tree-sitter-solidity) (maintained by @YongJieYongJie) -- [x] [sparql](https://github.com/BonaBeavis/tree-sitter-sparql) (maintained by @bonabeavis) +- [x] [sparql](https://github.com/BonaBeavis/tree-sitter-sparql) (maintained by @BonaBeavis) - [x] [sql](https://github.com/derekstride/tree-sitter-sql) (maintained by @derekstride) - [x] [supercollider](https://github.com/madskjeldgaard/tree-sitter-supercollider) (maintained by @madskjeldgaard) - [x] [surface](https://github.com/connorlay/tree-sitter-surface) (maintained by @connorlay) @@ -300,13 +300,13 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [todotxt](https://github.com/arnarg/tree-sitter-todotxt.git) (experimental, maintained by @arnarg) - [x] [toml](https://github.com/ikatyang/tree-sitter-toml) (maintained by @tk-shirasaka) - [x] [tsx](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka) -- [x] [turtle](https://github.com/BonaBeavis/tree-sitter-turtle) (maintained by @bonabeavis) +- [x] [turtle](https://github.com/BonaBeavis/tree-sitter-turtle) (maintained by @BonaBeavis) - [x] [twig](https://github.com/gbprod/tree-sitter-twig) (maintained by @gbprod) - [x] [typescript](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka) -- [x] [v](https://github.com/vlang/vls) (maintained by @tami5) -- [x] [vala](https://github.com/vala-lang/tree-sitter-vala) (maintained by @Prince781, @vala-lang) +- [x] [v](https://github.com/vlang/vls) (maintained by @kkharji) +- [x] [vala](https://github.com/vala-lang/tree-sitter-vala) (maintained by @Prince781) - [x] [verilog](https://github.com/tree-sitter/tree-sitter-verilog) (maintained by @zegervdv) -- [x] [vhs](https://github.com/charmbracelet/tree-sitter-vhs) (maintained by @caarlos0, @maaslalani) +- [x] [vhs](https://github.com/charmbracelet/tree-sitter-vhs) (maintained by @caarlos0) - [x] [vim](https://github.com/vigoux/tree-sitter-viml) (maintained by @vigoux) - [x] [vue](https://github.com/ikatyang/tree-sitter-vue) (maintained by @WhyNotHugo) - [x] [wgsl](https://github.com/szebniok/tree-sitter-wgsl) (maintained by @szebniok) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index fff6540e2..011c90893 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -88,7 +88,7 @@ list.qmljs = { files = { "src/parser.c", "src/scanner.c" }, }, filetype = "qmljs", - maintainers = { "@yuja" }, + maintainers = { "@Decodetalkers" }, } list.racket = { @@ -317,7 +317,7 @@ list.perl = { files = { "src/parser.c", "src/scanner.cc" }, generate_requires_npm = true, }, - maintainers = { "@ganezdragon" }, + maintainers = { "@lcrownover" }, } list.bash = { @@ -375,7 +375,7 @@ list.julia = { url = "https://github.com/tree-sitter/tree-sitter-julia", files = { "src/parser.c", "src/scanner.c" }, }, - maintainers = { "@mroavi", "@theHamsta" }, + maintainers = { "@theHamsta" }, } list.json = { @@ -425,7 +425,7 @@ list.elixir = { files = { "src/parser.c", "src/scanner.cc" }, branch = "main", }, - maintainers = { "@jonatanklosko", "@connorlay" }, + maintainers = { "@connorlay" }, } list.gleam = { @@ -657,7 +657,7 @@ list.glimmer = { branch = "main", }, readme_name = "Glimmer and Ember", - maintainers = { "@alexlafroscia" }, + maintainers = { "@NullVoxPopuli" }, filetype = "handlebars", } @@ -735,7 +735,7 @@ list.dart = { url = "https://github.com/UserNobody14/tree-sitter-dart", files = { "src/parser.c", "src/scanner.c" }, }, - maintainers = { "@Akin909" }, + maintainers = { "@akinsho" }, } list.rst = { @@ -785,7 +785,7 @@ list.pascal = { url = "https://github.com/Isopod/tree-sitter-pascal.git", files = { "src/parser.c" }, }, - maintainers = { "@isopod" }, + maintainers = { "@Isopod" }, } -- Parsers for injections @@ -838,7 +838,7 @@ list.sparql = { files = { "src/parser.c" }, branch = "main", }, - maintainers = { "@bonabeavis" }, + maintainers = { "@BonaBeavis" }, } list.sql = { @@ -855,7 +855,7 @@ list.gdscript = { files = { "src/parser.c", "src/scanner.cc" }, }, readme_name = "Godot (gdscript)", - maintainers = { "@Shatur95" }, + maintainers = { "@Shatur" }, } list.godot_resource = { @@ -875,7 +875,7 @@ list.turtle = { files = { "src/parser.c" }, branch = "main", }, - maintainers = { "@bonabeavis" }, + maintainers = { "@BonaBeavis" }, } list.devicetree = { @@ -903,7 +903,7 @@ list.r = { url = "https://github.com/r-lib/tree-sitter-r", files = { "src/parser.c", "src/scanner.cc" }, }, - maintainers = { "@jimhester" }, + maintainers = { "@echasnovski" }, } list.beancount = { @@ -930,7 +930,7 @@ list.latex = { files = { "src/parser.c", "src/scanner.c" }, }, filetype = "tex", - maintainers = { "@theHamsta, @clason" }, + maintainers = { "@theHamsta", "@clason" }, } list.bibtex = { @@ -939,7 +939,7 @@ list.bibtex = { files = { "src/parser.c" }, }, filetype = "bib", - maintainers = { "@theHamsta, @clason" }, + maintainers = { "@theHamsta", "@clason" }, } list.zig = { @@ -1096,7 +1096,7 @@ list.norg = { use_makefile = true, cxx_standard = "c++14", }, - maintainers = { "@JoeyGrajciar", "@vhyrro", "@mrossinek" }, + maintainers = { "@JoeyGrajciar", "@vhyrro" }, } list.vala = { @@ -1105,7 +1105,7 @@ list.vala = { branch = "master", files = { "src/parser.c" }, }, - maintainers = { "@Prince781", "@vala-lang" }, + maintainers = { "@Prince781" }, } list.lalrpop = { @@ -1190,7 +1190,7 @@ list.v = { requires_generate_from_grammar = false, }, filetype = "vlang", - maintainers = { "@tami5" }, + maintainers = { "@kkharji" }, } list.tiger = { @@ -1297,7 +1297,7 @@ list.vhs = { branch = "main", files = { "src/parser.c" }, }, - maintainers = { "@caarlos0", "@maaslalani" }, + maintainers = { "@caarlos0" }, filetype = "tape", } @@ -1321,6 +1321,7 @@ list.jq = { url = "https://github.com/flurie/tree-sitter-jq", files = { "src/parser.c" }, }, + maintainers = { "@ObserverOfTime" }, } list.mermaid = { |
