diff options
| author | Hugo Osvaldo Barrera <hugo@barrera.io> | 2021-02-17 09:37:56 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-02-17 14:43:32 +0100 |
| commit | 5757f8a50d5d26b8c184b3a51713db763cdd9702 (patch) | |
| tree | 08cb48d76dcb6d093929b2f337f03d1139055e69 | |
| parent | 4847f5a5a70546eddbd1a250f06073d782a3d74a (diff) | |
List myself as the Vue maintainer
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index ef7c1336..00d17a49 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -300,7 +300,8 @@ list.vue = { install_info = { url = "https://github.com/ikatyang/tree-sitter-vue", files = { "src/parser.c", "src/scanner.cc" }, - } + }, + maintainers = {"@WhyNotHugo"}, } list.jsonc = { |
