canola.nvim/syntax/oil.vim
2023-01-02 01:34:53 -08:00

7 lines
110 B
VimL

if exists("b:current_syntax")
finish
endif
syn match oilId /^\/\d* / conceal
let b:current_syntax = "oil"