7 lines
110 B
VimL
7 lines
110 B
VimL
if exists("b:current_syntax")
|
|
finish
|
|
endif
|
|
|
|
syn match oilId /^\/\d* / conceal
|
|
|
|
let b:current_syntax = "oil"
|