From 80ed46fd3d5465fea77875ca60737c85d236bc4b Mon Sep 17 00:00:00 2001 From: shaoying Date: Tue, 18 Feb 2020 22:46:23 +0800 Subject: [PATCH] opt dir --- etc/conf/shy.vim | 4 ++++ go.mod | 4 ++-- usr/volcanos | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) delete mode 120000 usr/volcanos diff --git a/etc/conf/shy.vim b/etc/conf/shy.vim index a64a5f82..9b5b5554 100644 --- a/etc/conf/shy.vim +++ b/etc/conf/shy.vim @@ -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" diff --git a/go.mod b/go.mod index 8695c3a3..45b73c8f 100644 --- a/go.mod +++ b/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 ) diff --git a/usr/volcanos b/usr/volcanos deleted file mode 120000 index 2ed74d6b..00000000 --- a/usr/volcanos +++ /dev/null @@ -1 +0,0 @@ -../../volcanos \ No newline at end of file