Skip to content
Snippets Groups Projects
Commit a93b67c0 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent fca29404
No related branches found
No related tags found
No related merge requests found
...@@ -17,14 +17,14 @@ syntax match FlowLevel2 /^ \S.*: *$/ ...@@ -17,14 +17,14 @@ syntax match FlowLevel2 /^ \S.*: *$/
" ends just before the next level-1 or level-2 tag " ends just before the next level-1 or level-2 tag
syntax region FlowMultiline start=/^\S.*[^:]$/ end=/^\(\S.*: *$\| \S.*: *$\)/me=s-1 keepend contains=NONE syntax region FlowMultiline start=/^\S.*[^:]$/ end=/^\(\S.*: *$\| \S.*: *$\)/me=s-1 keepend contains=NONE
" Level 3 args (4-space indent) (lower priority than Multiline) " " Level 3 args (4-space indent) (lower priority than Multiline)
syntax match FlowLevel3 /^ .*$/ " syntax match FlowLevel3 /^ .*$/
" Highlight links " Highlight links
highlight def link FlowLevel1 Statement highlight def link FlowLevel1 Statement
highlight def link FlowLevel2 String highlight def link FlowLevel2 Function
highlight def link FlowLevel3 Identifier highlight def link FlowLevel3 Identifier
highlight FlowMultiline guifg=#888888 ctermfg=8 highlight def link FlowMultiline String
let b:current_syntax = "flow" let b:current_syntax = "flow"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment