Skip to content

Instantly share code, notes, and snippets.

@tsuyoshicho
Created October 23, 2018 04:33
Show Gist options
  • Select an option

  • Save tsuyoshicho/d4f6c17d469b5b527f94c73922be29b9 to your computer and use it in GitHub Desktop.

Select an option

Save tsuyoshicho/d4f6c17d469b5b527f94c73922be29b9 to your computer and use it in GitHub Desktop.
context_filetype setting for PlantUML in Markdown (known as Boostnote)
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