Created
October 23, 2018 04:33
-
-
Save tsuyoshicho/d4f6c17d469b5b527f94c73922be29b9 to your computer and use it in GitHub Desktop.
context_filetype setting for PlantUML in Markdown (known as Boostnote)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let g:context_filetype#filetypes = { | |
| \ 'markdown': [ | |
| \ { | |
| \ 'start' : '\_.\%(@startuml\)\@=', | |
| \ 'end' : '\%(@enduml\)\@<=\_.', 'filetype' : 'plantuml', | |
| \ }, | |
| \ ], | |
| \} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment