diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-04-18 16:51:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-18 21:51:03 +0000 |
| commit | 574bd5ae37a5b460d99d10b0c315fbb3246bdc10 (patch) | |
| tree | befc644a91830e646bedfc00fde21714cdd2335a /lua | |
| parent | Fix identifier type check (diff) | |
| download | nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.gz nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.bz2 nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.lz nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.xz nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.tar.zst nvim-treesitter-574bd5ae37a5b460d99d10b0c315fbb3246bdc10.zip | |
YAML: update queries (#1203)
Closes https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/18
Diffstat (limited to 'lua')
| -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 4cd99a11f..e3dfeb5c0 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -352,7 +352,8 @@ list.yaml = { install_info = { url = "https://github.com/ikatyang/tree-sitter-yaml", files = { "src/parser.c", "src/scanner.cc" }, - } + }, + maintainers = {"@stsewd"}, } list.nix = { |
