Optional
autoOptional
comments?: CommentTokensComment tokens used by the language.
Function called when the user types >
. Intended to auto close tags.
string which will get inserted behind the cursor.
Method called when a user executes a comment toggling command.
The editor the user is interacting with.
Where in the code the comment is being toggled.
Current code in the editor.
The comment tokens that should be used for this command.
Generated using TypeDoc
Callbacks controlling the automatic indentation on new lines. First function should return whether indentation should be increased. Second function should return whether to add an extra line after the cursor.