We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef0c18 commit 30839d9Copy full SHA for 30839d9
2 files changed
Info.plist
@@ -701,12 +701,13 @@
701
<key>UTTypeDescription</key>
702
<string>PDE files</string>
703
<key>UTTypeIdentifier</key>
704
- <string>org.arduino.pde.source</string>
+ <string>org.arduino.source</string>
705
<key>UTTypeTagSpecification</key>
706
<dict>
707
<key>public.filename-extension</key>
708
<array>
709
<string>pde</string>
710
+ <string>ino</string>
711
</array>
712
</dict>
713
src/colorize.sh
@@ -62,7 +62,7 @@ case ${target} in
62
*.pde | *.ino )
63
lang=c
64
;;
65
- *.c | *.cpp )
+ *.c | *.cpp | *.ino )
66
lang=${target##*.}
67
plugin=(--plug-in cpp_syslog --plug-in cpp_ref_cplusplus_com --plug-in cpp_ref_local_includes)
68
0 commit comments