File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
" Vim syntax file
2
2
" Language: CIF
3
3
" Maintainer: Mark Withall <mark.withall@tracsis.com>
4
- " Last Change: 2013 Apr 11
4
+ " Last Change: Thu Jul 30 11:04:33 2015
5
5
6
6
" Quit when a (custom) syntax file was already loaded
7
7
if exists (" b:current_syntax" )
Original file line number Diff line number Diff line change @@ -81,12 +81,15 @@ sub highlight {
81
81
return ($prefix eq ' ' ) ? $oddEven : $prefix . ucfirst ($oddEven );
82
82
}
83
83
84
+ my $lastchange = scalar localtime ();
85
+ my $maintainer = ' Mark Withall <mark.withall@tracsis.com>' ;
86
+
84
87
# HEADER
85
- print <<' VIM' ;
88
+ print <<VIM ;
86
89
" Vim syntax file
87
90
" Language: CIF
88
- " Maintainer: Mark Withall <mark.withall@tracsis.com>
89
- " Last Change: 2013 Apr 11
91
+ " Maintainer: $maintainer
92
+ " Last Change: $lastchange
90
93
91
94
" Quit when a (custom) syntax file was already loaded
92
95
if exists("b:current_syntax")
You can’t perform that action at this time.
0 commit comments