googlearchive / chromedeveditor

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web Apps, in JavaScript or Dart. (NO LONGER IN ACTIVE DEVELOPMENT)
BSD 3-Clause "New" or "Revised" License
2.92k stars 412 forks source link

Add syntax highlighting for unknown file extensions #3279

Open ussuri opened 10 years ago

ussuri commented 10 years ago

Possible ways:

ussuri commented 9 years ago

Note: this is entirely possible technically-wise, as we already do statically. The only thing that needs to be done is the UI and the infrastructure (remembering custom language settings per file or per extension, a dialog to set the language...).

josy1024 commented 9 years ago

i am interest in this too! this i am missing: puppetlabs manifests (.pp => ruby style) windows scripting (ps1, vbs)

(or a feature to use a comment line to force syntax highlighting for a special language) eg: /* language: ruby */