feat: first draft
This commit is contained in:
parent
bf2dfb970d
commit
fefd6ad5e4
48 changed files with 7201 additions and 1 deletions
7
syntax/oil.vim
Normal file
7
syntax/oil.vim
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
syn match oilId /^\/\d* / conceal
|
||||
|
||||
let b:current_syntax = "oil"
|
||||
Loading…
Add table
Add a link
Reference in a new issue