Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6aa297a

Browse files
author
ababaian
committed
Complete .flagstat support
1 parent 215dadf commit 6aa297a

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

‎flagstat.vim‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
if exists("syntax_on")
2+
syntax reset
3+
colorscheme bioSyntax
4+
set nowrap
5+
endif
6+
7+
8+
" QC-passed reads
9+
"
10+
syntax match numeric "^\d\+"
11+
syntax match numeric "QC-passed reads"
12+
syntax match numeric "(\@<=[0-9\.%]\+"
13+
syntax match numeric "(\@<=-\?nan%"
14+
15+
" QC-failed reads
16+
"
17+
syntax match numeric2 " \d\+"
18+
syntax match numeric2 "QC-failed reads"
19+
syntax match numeric2 ":\@<=[0-9\.%]\+"
20+
syntax match numeric2 ":\@<=-\?nan%"
21+
22+
" mapQ
23+
"
24+
syntax match string "mapQ>=\d\+"

‎ftdetect/flagstat.vim‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
au BufRead,BufNewFile *.flagstat set filetype=flagstat

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /