Skip to content

Commit

Permalink
Update template to use .ino extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nasser committed Dec 30, 2011
1 parent 9ba7b74 commit f4034c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Templates/Arduino.tmTemplate/info.plist
Expand Up @@ -7,10 +7,10 @@
TM_YEAR=`date +%Y` \
TM_DATE=`date +%Y-%m-%d` \
perl -pe 's/\$\{([^}]*)\}/$ENV{$1}/g' \
< sketch.pde > "$TM_NEW_FILE"
< sketch.ino > "$TM_NEW_FILE"
fi</string>
<key>extension</key>
<string>pde</string>
<string>ino</string>
<key>name</key>
<string>Basic Sketch</string>
<key>uuid</key>
Expand Down
File renamed without changes.

0 comments on commit f4034c2

Please sign in to comment.