diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2023-06-27 11:50:24 +0300 |
|---|---|---|
| committer | ObserverOfTime <chronobserver@disroot.org> | 2023-06-28 07:07:05 +0300 |
| commit | 43fab6423c42b1b96060f95832615d22ba587a0f (patch) | |
| tree | dca39a1c53ae4a20503c0f5bdd63a35cc38ad560 /lua | |
| parent | Update README (diff) | |
| download | nvim-treesitter-43fab6423c42b1b96060f95832615d22ba587a0f.tar nvim-treesitter-43fab6423c42b1b96060f95832615d22ba587a0f.tar.gz nvim-treesitter-43fab6423c42b1b96060f95832615d22ba587a0f.tar.bz2 nvim-treesitter-43fab6423c42b1b96060f95832615d22ba587a0f.tar.lz nvim-treesitter-43fab6423c42b1b96060f95832615d22ba587a0f.tar.xz nvim-treesitter-43fab6423c42b1b96060f95832615d22ba587a0f.tar.zst nvim-treesitter-43fab6423c42b1b96060f95832615d22ba587a0f.zip | |
feat(pem): add parser
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 deb542a5b..ac8695f55 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1084,6 +1084,14 @@ list.passwd = { maintainers = { "@amaanq" }, } +list.pem = { + install_info = { + url = "https://github.com/ObserverOfTime/tree-sitter-pem", + files = { "src/parser.c" }, + }, + maintainers = { "@ObserverOfTime" }, +} + list.perl = { install_info = { url = "https://github.com/ganezdragon/tree-sitter-perl", |
