martinlroth / language-kconfig

Kconfig language support in Atom
MIT License
2 stars 0 forks source link

Default comment style is /* ... */ but should be # #2

Open psiphi75 opened 7 years ago

psiphi75 commented 7 years ago

The default comment style is /* ... */ but should be #.

When editing a Kconfig file and then pressing [CTRL]+[/] to comment out a block this package will use the /* ... */ style comments. However, it seems that the comment method for Kconfig files should be # at the beginning of the line.