From 1158fc44870ba21e8dabf3547f89a3be9ddaa286 Mon Sep 17 00:00:00 2001 From: Conscat Date: Wed, 18 Aug 2021 12:39:08 -0400 Subject: [PATCH] Added more cpp filename extensions --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 85785d538..480f2a3e1 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 = "//"