diff options
| author | Clay <connorlay@pm.me> | 2021-08-15 09:40:02 -0700 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-08-18 14:07:59 +0200 |
| commit | 57c2081e3fde09ad1d87e04ecc7b85caa42df1bf (patch) | |
| tree | c6fb6e091621bd04778a6ee8af976e6f24b1b37d /lua | |
| parent | b8a6928b529fff6ea04593b381e73d4cbc9a9cdc (diff) | |
Add HEEx language support, add missing commentstrings
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 9803f241..89b44894 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -271,6 +271,16 @@ list.surface = { maintainers = { "@connorlay" }, } +list.heex = { + install_info = { + url = "https://github.com/connorlay/tree-sitter-heex", + files = { "src/parser.c" }, + branch = "main", + }, + filetype = "heex", + maintainers = { "@connorlay" }, +} + list.ocaml = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-ocaml", |
