diff options
author | alice | 2022-12-16 14:43:58 +0000 |
---|---|---|
committer | GitHub | 2022-12-16 14:43:58 +0000 |
commit | 3e6887648c386372839e29028a3459d4674ce68b (patch) | |
tree | 616f5e1288b880a8187a62461df7eb031804e581 | |
parent | ec9aa6690244bccefac24037c9f7a659816bffdd (diff) |
set 'c++' as a recognised extension for cpp (#5183)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index e28476d3..d03726e7 100644 --- a/languages.toml +++ b/languages.toml @@ -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" } |