diff options
| author | DragonBillow <42114817+cathaysia@users.noreply.github.com> | 2024-07-01 18:06:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-01 10:06:12 +0000 |
| commit | 020c5bc03fb34082c45b3cc31ad8160129512fa2 (patch) | |
| tree | 4d1674cccebb8b252bcb9bf51ec89ac65da4fee6 /lua | |
| parent | bot(lockfile): update angular, diff, dtd, idl, ocaml, ocaml_interface, scala,... (diff) | |
| download | nvim-treesitter-020c5bc03fb34082c45b3cc31ad8160129512fa2.tar nvim-treesitter-020c5bc03fb34082c45b3cc31ad8160129512fa2.tar.gz nvim-treesitter-020c5bc03fb34082c45b3cc31ad8160129512fa2.tar.bz2 nvim-treesitter-020c5bc03fb34082c45b3cc31ad8160129512fa2.tar.lz nvim-treesitter-020c5bc03fb34082c45b3cc31ad8160129512fa2.tar.xz nvim-treesitter-020c5bc03fb34082c45b3cc31ad8160129512fa2.tar.zst nvim-treesitter-020c5bc03fb34082c45b3cc31ad8160129512fa2.zip | |
fix(idl): fix author name (#6840)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 652f5dbbe..4d655727b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -962,7 +962,7 @@ list.idl = { url = "https://github.com/cathaysia/tree-sitter-idl", files = { "src/parser.c" }, }, - maintainers = { "@cathaysa" }, + maintainers = { "@cathaysia" }, } list.ini = { |
