sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Apply INI syntax highlighting to .editorconfig files #14

Closed sindresorhus closed 10 years ago

sindresorhus commented 10 years ago

Not sure how.

https://github.com/facelessuser/ApplySyntax

cparker15 commented 10 years ago

I install https://github.com/clintberry/sublime-text-2-ini and then make Packages/User/INI.sublime-settings look like this: { "extensions": [ ".editorconfig" ] }

sindresorhus commented 10 years ago

@cparker15 mind doing a PR to add this to the readme?

sindresorhus commented 10 years ago

@xaka @aksyonov do you know if there is any way to automatically add INI syntax highlighting to .editorconfig files when this plugin is installed? Maybe by including a modified INI.tmLanguage or something.