Skip to content
Snippets Groups Projects
Unverified Commit 7f028ec4 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom: Committed by GitHub
Browse files

Fixed multiline comments used on single line.

parent fa869d5e
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,10 @@ patterns: [ ...@@ -111,6 +111,10 @@ patterns: [
match: "([\\/\\/]{2}.*)" match: "([\\/\\/]{2}.*)"
name: "comment.line.pseudocode" name: "comment.line.pseudocode"
}, },
{
match: "\\/\\*(.*)\\*\\/"
name: "comment.block.pseudocode"
},
{ {
begin: "\\/\\*.*" begin: "\\/\\*.*"
end: ".*\\*\\/" 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