feat: add ocamllex parser and highlights

This commit is contained in:
Pau Ruiz Safont 2020-09-28 22:59:11 +01:00 committed by Stephan Seitz
parent 37b011b679
commit f1c272676b
2 changed files with 35 additions and 0 deletions

View file

@ -145,6 +145,14 @@ list.ocaml_interface = {
filetype = 'ocamlinterface'
}
list.ocamllex = {
install_info = {
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
files = { "src/parser.c", "src/scanner.cc" },
},
maintainers = {'@undu'},
}
list.swift = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-swift",