diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-09-09 12:05:33 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-09-09 12:05:33 +0200 |
commit | 7f98e949d4922ba2109304bd4cabe9578a8062fb (patch) | |
tree | e1b08f862397c14ab799e8f277c6fc39ec48b3b6 /syntax/plantuml.vim | |
parent | ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd (diff) | |
download | vim-polyglot-7f98e949d4922ba2109304bd4cabe9578a8062fb.tar.gz vim-polyglot-7f98e949d4922ba2109304bd4cabe9578a8062fb.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | syntax/plantuml.vim | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/syntax/plantuml.vim b/syntax/plantuml.vim index 9b235afb..538ef1e1 100644 --- a/syntax/plantuml.vim +++ b/syntax/plantuml.vim @@ -49,9 +49,11 @@ syntax keyword plantumlKeyword split start stereotype stop title top up while " Not in 'java - jar plantuml.jar - language' results syntax keyword plantumlKeyword endlegend sprite then " gantt -syntax keyword plantumlTypeKeyword project monday tuesday wednesday thursday friday saturday sunday -syntax keyword plantumlKeyword starts ends start end closed day after colored lasts happens in at are to the and - +syntax keyword plantumlTypeKeyword monday tuesday wednesday thursday friday saturday sunday today +syntax keyword plantumlTypeKeyword project Project labels Labels last first column +syntax keyword plantumlKeyword starts ends start end closed after colored lasts happens in at are to the and +syntax keyword plantumlKeyword printscale ganttscale projectscale daily weekly monthly quarterly yearly zoom +syntax keyword plantumlKeyword day days week weeks today then complete displays same row pauses syntax keyword plantumlCommentTODO XXX TODO FIXME NOTE contained syntax match plantumlColor /#[0-9A-Fa-f]\{6\}\>/ |