[WIP] tree-sitter-cmake integration

This commit is contained in:
Uy Ha 2021-06-20 21:37:07 +02:00 committed by Stephan Seitz
parent 106eb8e500
commit a51f25819a

View file

@ -611,6 +611,13 @@ list.fortran = {
},
}
list.cmake = {
install_info = {
url = "https://github.com/uyha/tree-sitter-cmake",
files = { "src/parser.c"},
},
}
local M = {
list = list
}