mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 21:03:25 +00:00
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"
|