set 'c++' as a recognised extension for cpp (#5183)
This commit is contained in:
parent
ec9aa66902
commit
3e6887648c
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-c", rev = "7175a6dd
|
|||
name = "cpp"
|
||||
scope = "source.cpp"
|
||||
injection-regex = "cpp"
|
||||
file-types = ["cc", "hh", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino"]
|
||||
file-types = ["cc", "hh", "c++", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino"]
|
||||
roots = []
|
||||
comment-token = "//"
|
||||
language-server = { command = "clangd" }
|
||||
|
|
Loading…
Reference in a new issue