Skip to content

Commit 5b7ce5e

Browse files
Arduino: Added ino alias (#2990)
Co-authored-by: RunDevelopment <[email protected]>
1 parent 736c581 commit 5b7ce5e

8 files changed

+9
-4
lines changed

components.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"arduino": {
133133
"title": "Arduino",
134134
"require": "cpp",
135+
"alias": "ino",
135136
"owner": "dkern"
136137
},
137138
"arff": {

components/prism-arduino.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/prism-arduino.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/autoloader/prism-autoloader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
"rss": "markup",
176176
"js": "javascript",
177177
"g4": "antlr4",
178+
"ino": "arduino",
178179
"adoc": "asciidoc",
179180
"avs": "avisynth",
180181
"avdl": "avro-idl",

0 commit comments

Comments
 (0)