andrewbrg / codepad-chrome-app

An awesome multi-language IDE written in JavaScript, crafted for ChromeOS and released under the GNU general public license!
https://chrome.google.com/webstore/detail/code-pad-ide/adaepfiocmagdimjecpifghcgfjlfmkh
GNU General Public License v3.0
135 stars 85 forks source link

Allow .yaml as a valid extention for YAML files (not just .yml) #29

Open SteveDinn opened 5 years ago

SteveDinn commented 5 years ago

My primary use case for using this app is editing configuration files for Home Assistant. They are all .yaml files.

It would be awesome if Codepad could recognize .yaml as YAML and do syntax highlighting as it would for .yml files. Bonus points if I can create a new .yaml file from the menu in the upper right.

I'd also settle for this issue being solved, which seems like a more general way to accomplish what I'm asking for: Changing editor mode for unknown file type

coder0107git commented 1 year ago

See #35.