-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Implement a commenter for nML.
This one of the simples features, but it is very useful. Guide:
https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/commenter.html
The nML comment style is the same as in Java:
- single line -
// - multiline start -
/* - multiline end -
*/
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request