We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
note across
1 parent 3c2055d commit 71f79f2Copy full SHA for 71f79f2
syntaxes/plantuml.yaml-tmLanguage
@@ -131,15 +131,15 @@ repository:
131
'1': {name: keyword.other.note.source.wsd}
132
'2': {name: constant.numeric.caption.source.wsd}
133
- comment: inline note
134
- match: (?i)^\s*(note\s(left|right))\s*:\s*(.+)\s*$
+ match: (?i)^\s*([rh]?note\s*(left|right|across))\s*:\s*(.+)\s*$
135
captures:
136
137
'3': {name: meta.comment.note.source.wsd}
138
- comment: multiple note
139
- begin: (?i)^\s*(note\s(left|right))\s*$
+ begin: (?i)^\s*([rh]?note\s*(left|right|across))\s*$
140
beginCaptures:
141
142
- end: (?i)^\s*(end\s*note)
+ end: (?i)^\s*(end\s*[rh]?note)
143
endCaptures:
144
145
patterns:
0 commit comments