diff options
| author | Uy Ha <hchanuy@gmail.com> | 2021-06-21 21:25:03 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-02 08:37:02 +0200 |
| commit | 9dac8b403dd3ec47019e29948e8f1c2a1d5dfdd9 (patch) | |
| tree | b6dec716fbadb94c7d205eb7662bc986bda7f34b /lua | |
| parent | df024e233ab9d691a3cd212790e4fd40186766c8 (diff) | |
Add maintainer info
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index f5b4efa4..9b77edce 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -616,6 +616,7 @@ list.cmake = { url = "https://github.com/uyha/tree-sitter-cmake", files = { "src/parser.c"}, }, + maintainers = { "@uyha" }, } local M = { |
