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

"Toggle Comment" does not work #75

Closed mrmeszaros closed 5 years ago

mrmeszaros commented 5 years ago

I cannot toggle comments in EditorConfig/EditorConfig and EditorConfig/INI files.

sindresorhus commented 5 years ago

What Sublime version? Toggling a comment in a .editorconfig file works fine for me. (Sublime 3.1.1)

mrmeszaros commented 5 years ago

Sublime version: 3.1.1 OS: Windows 10

If I also install the INI package, the comment toggling starts to work (and uses the ; character for comments). If I then disable, it stops working.

Please tell me what other information I can provide to resolve the issue.