Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
daily-scripts
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
daily-scripts
Commits
a93b67c0
There was an error fetching the commit references. Please try again later.
Commit
a93b67c0
authored
1 month ago
by
Recolic
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
fca29404
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linuxconf/files/vim/syntax/flow.vim
+4
-4
4 additions, 4 deletions
linuxconf/files/vim/syntax/flow.vim
with
4 additions
and
4 deletions
linuxconf/files/vim/syntax/flow.vim
+
4
−
4
View file @
a93b67c0
...
...
@@ -17,14 +17,14 @@ syntax match FlowLevel2 /^ \S.*: *$/
" 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
" Level 3 args (4-space indent) (lower priority than Multiline)
syntax
match
FlowLevel3
/^ .*$/
"
" Level 3 args (4-space indent) (lower priority than Multiline)
"
syntax match FlowLevel3 /^ .*$/
" Highlight links
highlight
def
link FlowLevel1 Statement
highlight
def
link FlowLevel2
String
highlight
def
link FlowLevel2
Function
highlight
def
link FlowLevel3 Identifier
highlight
FlowMultiline
guifg
=
#888888
ctermfg
=
8
highlight
def
link
FlowMultiline
String
let
b:current_syntax
=
"flow"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment