Remillard / VHDL-Mode

A package for Sublime Text that aids coding in the VHDL language.
MIT License
40 stars 10 forks source link

Sublime Text Base Commenting #97

Closed Remillard closed 6 years ago

Remillard commented 6 years ago

While I wrote my own commenting routine, I never created a method by which Sublime Text's own commenting routine could be used! I should probably correct this.

Remillard commented 6 years ago

This was relatively easy to accomplish. C/C++ has an almost identical marker for comments aside from the line comment. I've added the appropriate .tmPreferences file to the package structure.