diff options
| author | mhoffm <mhoffm@posteo.de> | 2021-07-02 19:21:08 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-02 19:47:30 +0200 |
| commit | b67442f112454f683c00ebf806eef10e9a5834fa (patch) | |
| tree | 6fcf2762d208a19dd64f60f711c35bb8384aa519 | |
| parent | fish: only highlight 'test' keyword instead of entire condition (#1464) (diff) | |
| download | nvim-treesitter-b67442f112454f683c00ebf806eef10e9a5834fa.tar nvim-treesitter-b67442f112454f683c00ebf806eef10e9a5834fa.tar.gz nvim-treesitter-b67442f112454f683c00ebf806eef10e9a5834fa.tar.bz2 nvim-treesitter-b67442f112454f683c00ebf806eef10e9a5834fa.tar.lz nvim-treesitter-b67442f112454f683c00ebf806eef10e9a5834fa.tar.xz nvim-treesitter-b67442f112454f683c00ebf806eef10e9a5834fa.tar.zst nvim-treesitter-b67442f112454f683c00ebf806eef10e9a5834fa.zip | |
fix missing maintainer in hcl parser config
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 3e0a73071..c6bd9b8a1 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -354,6 +354,7 @@ list.hcl = { files = {"src/parser.c", "src/scanner.cc"}, branch = "main" }, + maintainers = {"@MichaHoffmann"}, filetype = "hcl", used_by = { "terraform", "packer", "nomad" }, } |
