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/nvim-treesitter | |
| parent | 913b72d60d3ccf6fd9af1edd80aba7c713e35d01 (diff) | |
Apply cpp to arduino
Diffstat (limited to 'lua/nvim-treesitter')
| -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 12a86379..9bf46ec4 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" }, } |
