diff --git a/languages.toml b/languages.toml index 30ef3582..700c7565 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"] +file-types = ["cc", "cpp", "hpp", "h", "ino"] roots = [] comment-token = "//"