aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/nvim-treesitter/parsers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index f5b4efa4a..9b77edceb 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 = {