From a2cd9cce9d2fb809daff89716810ec2b8192ffa0 Mon Sep 17 00:00:00 2001 From: Yerlan Date: Tue, 17 Aug 2021 03:45:29 +0200 Subject: [PATCH] Adding INO to C++ file type (#596) INO is file extension for C++ files used in Arduino sketches. Reference: https://www.arduino.cc/en/Guide/Environment --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 30ef3582b..700c75657 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 = "//"