diff options
| author | Chad Condon <chad@condon.tech> | 2021-12-05 14:40:34 -0800 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-12-06 21:16:27 +0100 |
| commit | 0004d7552f9f64b5a36c21078d3782724184d80d (patch) | |
| tree | 38257389d885a40a1160a008e370953300d7a78e /lua | |
| parent | docs: remove advice to use 0.5-compat (diff) | |
| download | nvim-treesitter-0004d7552f9f64b5a36c21078d3782724184d80d.tar nvim-treesitter-0004d7552f9f64b5a36c21078d3782724184d80d.tar.gz nvim-treesitter-0004d7552f9f64b5a36c21078d3782724184d80d.tar.bz2 nvim-treesitter-0004d7552f9f64b5a36c21078d3782724184d80d.tar.lz nvim-treesitter-0004d7552f9f64b5a36c21078d3782724184d80d.tar.xz nvim-treesitter-0004d7552f9f64b5a36c21078d3782724184d80d.tar.zst nvim-treesitter-0004d7552f9f64b5a36c21078d3782724184d80d.zip | |
Apply cpp to arduino
Diffstat (limited to 'lua')
| -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 12a86379a..9bf46ec47 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -73,6 +73,7 @@ list.cpp = { files = { "src/parser.c", "src/scanner.cc" }, generate_requires_npm = true, }, + used_by = { "arduino" }, maintainers = { "@theHamsta" }, } |
