.ino is main file extension for arduino files#2990
.ino is main file extension for arduino files#2990RunDevelopment merged 4 commits intoPrismJS:masterfrom
Conversation
JS File Size Changes (gzipped)A total of 3 files have changed, with a combined diff of +26 B (+0.4%). Details
|
|
Interesting, does Prism do aliases like this? |
I looked at the python language and that's how they handled py and python Tested it with FileHighlight to remote .ino file and the proper code highlighting started working. |
|
Ruby also. Perhaps you are right. :) Just wasn't aware of this. |
RunDevelopment
left a comment
There was a problem hiding this comment.
Thank you for the PR @Outreach-ChemEng-UofU!
To add an alias, you also have to register it in components.json using the "alias" property. You also have to rebuild Prism by running the command npm ci && npm run build.
@joshgoebel Yes, this is how Prism currently does aliases.
|
Thank you for contributing @Outreach-ChemEng-UofU! |
No description provided.