Skip to content
Snippets Groups Projects
Commit b87f19e4 authored by Stekelenburg, A.V. (Alexander, Student )'s avatar Stekelenburg, A.V. (Alexander, Student )
Browse files

Added block comments to the grammar

parent c25f5ddb
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,11 @@
"patterns": [{
"name": "comment.line.double-slash",
"match": "//.*$"
},
{
"name": "comment.block",
"begin": "/\\*",
"end": "\\*/"
}]
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment