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

.

parent a93b67c0
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,8 @@ syntax region FlowMultiline start=/^\S.*[^:]$/ end=/^\(\S.*: *$\| \S.*: *$\)/me ...@@ -24,7 +24,8 @@ syntax region FlowMultiline start=/^\S.*[^:]$/ end=/^\(\S.*: *$\| \S.*: *$\)/me
highlight def link FlowLevel1 Statement highlight def link FlowLevel1 Statement
highlight def link FlowLevel2 Function highlight def link FlowLevel2 Function
highlight def link FlowLevel3 Identifier highlight def link FlowLevel3 Identifier
highlight def link FlowMultiline String " highlight def link FlowMultiline String
highlight FlowMultiline guifg=#888888 ctermfg=8
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