Skip to content

manupedrozo/tree-sitter-cpp

 
 

Repository files navigation

manu-tree-sitter-cpp

Fork of tree-sitter-cpp.

Installation

Install plugin:

use 'manupedrozo/tree-sitter-cpp'

First initialize this plugin, then initialize treesitter:

require('manu-tree-sitter-cpp').setup()

require('nvim-treesitter.configs').setup {
    ...
}

May need to run :TSInstall cpp to re-install the cpp parser from this repo instead of using tree-sitter-cpp.

About

C++ grammar for tree-sitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • C 11.1%
  • Scheme 3.7%
  • C++ 1.6%
  • Lua 1.0%