Skip to content

Commit 30839d9

Browse files
INO files are C files
1 parent 6ef0c18 commit 30839d9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Info.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,12 +701,13 @@
701701
<key>UTTypeDescription</key>
702702
<string>PDE files</string>
703703
<key>UTTypeIdentifier</key>
704-
<string>org.arduino.pde.source</string>
704+
<string>org.arduino.source</string>
705705
<key>UTTypeTagSpecification</key>
706706
<dict>
707707
<key>public.filename-extension</key>
708708
<array>
709709
<string>pde</string>
710+
<string>ino</string>
710711
</array>
711712
</dict>
712713
</dict>

src/colorize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ case ${target} in
6262
*.pde | *.ino )
6363
lang=c
6464
;;
65-
*.c | *.cpp )
65+
*.c | *.cpp | *.ino )
6666
lang=${target##*.}
6767
plugin=(--plug-in cpp_syslog --plug-in cpp_ref_cplusplus_com --plug-in cpp_ref_local_includes)
6868
;;

0 commit comments

Comments
 (0)