1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
shaoying 2020-02-18 22:46:23 +08:00
parent 97ad7d6569
commit 80ed46fd3d
3 changed files with 6 additions and 3 deletions

View File

@ -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
View File

@ -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
)

View File

@ -1 +0,0 @@
../../volcanos