From f1c272676b0348c8c0bdf40b2b6a8e4be39e5756 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Mon, 28 Sep 2020 22:59:11 +0100 Subject: feat: add ocamllex parser and highlights --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 6b74faaa8..f0177e3e7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2