File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ contexts:
5656 - match : \*/
5757 scope : punctuation.definition.comment.c
5858 pop : true
59+ - match : ^\s*(\*)(?!/)
60+ captures :
61+ 1 : punctuation.definition.comment.c
5962 - match : \*/(?!\*)
6063 scope : invalid.illegal.stray-comment-end.c
6164 - match : ^// =(\s*.*?)\s*=\s*$\n?
Original file line number Diff line number Diff line change @@ -299,6 +299,10 @@ struct X
299299/* <- meta.struct.body.c meta.block.c punctuation.section.block.end.c */
300300 /* <- punctuation.terminator.c - meta.struct.body.c - meta.block.c*/
301301
302+ /**
303+ *
304+ /* ^ comment.block.c punctuation.definition.comment.c */
305+
302306/////////////////////////////////////////////
303307// Preprocessor branches starting blocks
304308/////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments