diff options
author | Conscat | 2021-08-18 16:39:08 +0000 |
---|---|---|
committer | Nathan Vegdahl | 2021-08-18 18:56:19 +0000 |
commit | 1158fc44870ba21e8dabf3547f89a3be9ddaa286 (patch) | |
tree | 912fb23ccd631cf2e75bbeb83163757fe8ce290e | |
parent | b63afbe74cb39ff0e3ca7e46b6bc5e53f7d4e3b7 (diff) |
Added more cpp filename extensions
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 85785d53..480f2a3e 100644 --- a/languages.toml +++ b/languages.toml @@ -64,7 +64,7 @@ indent = { tab-width = 2, unit = " " } name = "cpp" scope = "source.cpp" injection-regex = "cpp" -file-types = ["cc", "cpp", "hpp", "h", "ino"] +file-types = ["cc", "hh", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino"] roots = [] comment-token = "//" |