diff options
| author | Benjamin Graham <benwilliamgraham@gmail.com> | 2021-10-02 17:09:40 -0400 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-10-03 18:40:25 +0200 |
| commit | 6188437150d7cb28aa09e9c1788f7f6e67b72782 (patch) | |
| tree | a1eb1eac75ad61eccc00e55c7452a992530eb2c8 /lua | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-6188437150d7cb28aa09e9c1788f7f6e67b72782.tar nvim-treesitter-6188437150d7cb28aa09e9c1788f7f6e67b72782.tar.gz nvim-treesitter-6188437150d7cb28aa09e9c1788f7f6e67b72782.tar.bz2 nvim-treesitter-6188437150d7cb28aa09e9c1788f7f6e67b72782.tar.lz nvim-treesitter-6188437150d7cb28aa09e9c1788f7f6e67b72782.tar.xz nvim-treesitter-6188437150d7cb28aa09e9c1788f7f6e67b72782.tar.zst nvim-treesitter-6188437150d7cb28aa09e9c1788f7f6e67b72782.zip | |
LLVM parser/highlighter added
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 064e510c1..d6b5e2090 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -738,6 +738,14 @@ list.hjson = { maintainers = { "@winston0410" }, } +list.llvm = { + install_info = { + url = "https://github.com/benwilliamgraham/tree-sitter-llvm", + files = { "src/parser.c" }, + }, + maintainers = { "@benwilliamgraham" }, +} + local M = { list = list, } |
