tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
180 stars 13 forks source link

Does not support .json files #19

Closed tamzinblake closed 12 years ago

tamzinblake commented 13 years ago

Since this is a JS mode, it does not properly parse .json files. Some people have requested this feature, so it might be added if an opportunity presents itself.

tamzinblake commented 12 years ago

Really, that's just the wrong thing to do. JSON is not JS. Have a JS mode and a JSON mode and open the correct mode for the correct sort of file. Closing as wontfix.