mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt dir
This commit is contained in:
parent
97ad7d6569
commit
80ed46fd3d
@ -1,7 +1,11 @@
|
||||
|
||||
set foldmarker={{,}}
|
||||
highlight shyContext ctermfg=yellow
|
||||
syntax match shyContext '^\.[a-z\.]*'
|
||||
|
||||
highlight shyCommand ctermfg=yellow
|
||||
syntax match shyCommand "^\a*"
|
||||
syntax match shyCommand "^ \a*"
|
||||
|
||||
highlight shyTitle ctermbg=darkred ctermfg=white
|
||||
syntax match shyTitle "^title"
|
||||
|
4
go.mod
4
go.mod
@ -10,6 +10,6 @@ require (
|
||||
|
||||
replace (
|
||||
github.com/shylinux/contexts => ./
|
||||
github.com/shylinux/icebergs => ../icebergs
|
||||
github.com/shylinux/toolkits => ../toolkits
|
||||
github.com/shylinux/icebergs => ./usr/icebergs
|
||||
github.com/shylinux/toolkits => ./usr/toolkits
|
||||
)
|
||||
|
@ -1 +0,0 @@
|
||||
../../volcanos
|
Loading…
x
Reference in New Issue
Block a user