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
pull/603/head
Yerlan 3 years ago committed by GitHub
parent 18c0509593
commit a2cd9cce9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = "//"

Loading…
Cancel
Save