Changeset 452 for branches/thune/thread_safe/doc/thune.vim
- Timestamp:
- 08/19/07 18:31:07 (15 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/doc/thune.vim (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/doc/thune.vim
r451 r452 18 18 syn case ignore 19 19 20 " As per current users documentation21 20 if version < 600 22 set isk =@,48-57,?,!,.,',+,-,*,&,\|,=,_,~21 set iskeyword=@,48-57,?,!,.,+,-,*,&,\|,=,_,~ 23 22 else 24 setlocal isk =@,48-57,?,!,.,',+,-,*,&,\|,=,_,~23 setlocal iskeyword=@,48-57,?,!,.,+,-,*,&,\|,=,_,~ 25 24 endif 26 25 … … 85 84 " Tuples 86 85 syn match thuneTuple "\(\d\+\.\)\{2,}" 87 88 86 " Characters 89 syn region thuneChar oneline start="'" end="'" contains=thuneSpecialChar 87 syn match thuneChar "'\^\=.'" 88 "syn match thuneChar "'\S\+'" 89 90 90 syn match thuneSpecialChar contained "\^[^[:space:][]" 91 91 syn match thuneSpecialChar contained "%\d\+"
