Skip to content

Commit

Permalink
set 'c++' as a recognised extension for cpp (helix-editor#5183)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose authored and Frederik Vestre committed Feb 6, 2023
1 parent 299b32c commit c2e01bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit c2e01bc

Please sign in to comment.