We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
//
/*
*/
The text was updated successfully, but these errors were encountered:
Fixed Issue #6. Implemented the class for comment.
269b164
Fixed Issue #6. Implemented commenter.
2726cab
tombuuz
No branches or pull requests
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:
//
/*
*/
The text was updated successfully, but these errors were encountered: