Add tree-sitter-regex

This might be interesting for injected highlighting
This commit is contained in:
Stephan Seitz 2020-06-01 00:22:59 +02:00
parent a067924507
commit 45ea0df21a
3 changed files with 37 additions and 0 deletions

View file

@ -203,6 +203,13 @@ parsers.nix = {
}
}
parsers.regex = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-regex",
files = { "src/parser.c" }
}
}
-- @enable can be true or false
-- @disable is a list of languages, only relevant if enable is true
-- @keymaps list of user mappings for a given module if relevant