alohaas / language-nunjucks

Syntax highlighting for nunjucks templates in atom.
MIT License
42 stars 13 forks source link

Add .nunj fileType #22

Closed janpanschab closed 6 years ago

janpanschab commented 7 years ago

Support also .nunj file type. It is hard to change our codebase.

ftm commented 6 years ago

To be consistent with #27 we are not adding any more file extensions.

However you can add your own without editing the package, find out here

rotexhawk commented 6 years ago

Add the following code in config.cson inside core:. The file can be found under Atom -> Config. Restart Atom.

customFileTypes: "text.html.nunjucks": [ "nunj" ]