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

Make EditorConfig.sublime-syntax pyYAML parse-able #82

Closed jfcherng closed 4 years ago

jfcherng commented 4 years ago

I have a plugin which parses all ST's syntax definition files. I accidentally found EditorConfig.sublime-syntax is not parse-able just because of it's first line. ST's YAML syntax won't highlight the current first line %YAML1.2 as well but %YAML 1.2 is fine.