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
This commit is contained in:
parent
18c0509593
commit
a2cd9cce9d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue