aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralice2022-12-16 14:43:58 +0000
committerGitHub2022-12-16 14:43:58 +0000
commit3e6887648c386372839e29028a3459d4674ce68b (patch)
tree616f5e1288b880a8187a62461df7eb031804e581
parentec9aa6690244bccefac24037c9f7a659816bffdd (diff)
set 'c++' as a recognised extension for cpp (#5183)
-rw-r--r--languages.toml2
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" }