File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Basic syntax highlighting for [lager](https://github.com/basho/lager) log files
6
6
Features
7
7
--------
8
8
9
- * highlights log level in different colors
9
+ * highlights log levels in different colors
10
10
* display timestamps gray
11
11
* highlights module and function names
12
12
* highlights PIDs and nodes
Original file line number Diff line number Diff line change 1
1
" Language: Erlang lager log files
2
2
" Maintainer: Mr. Pi <mrpi@mr-pi.de>
3
- " Last Change: 2013-11 -10
4
- " Version: 1.0.0 -r1
3
+ " Last Change: 2013-12 -10
4
+ " Version: 1.0.1 -r1
5
5
6
6
if did_filetype ()
7
7
finish
8
8
endif
9
9
10
- au BufNewFile ,BufRead *.log if getline (1 ) = ~ ' ^\d\{4}-\d\{2}-\d\{2} [0-9:]\{8}\.\d\{3} \(\[debug\]\|\[info\]\|\[notice\]\|\[warning\]\|\[error\]\|\[critical\]\|\[alert\]\|\[emergency\]\).*$' | setf lagerLog | endif
10
+ au BufNewFile ,BufRead *.log* if getline (1 ) = ~ ' ^\d\{4}-\d\{2}-\d\{2} [0-9:]\{8}\.\d\{3} \(\[debug\]\|\[info\]\|\[notice\]\|\[warning\]\|\[error\]\|\[critical\]\|\[alert\]\|\[emergency\]\).*$' | setf lagerLog | endif
You can’t perform that action at this time.
0 commit comments