forked from x/ContextOS
opt some
This commit is contained in:
parent
027eafbeee
commit
c944a05811
@ -17,6 +17,7 @@ syntax match shyCommand "^[a-zA-Z0-9:._]\+"
|
|||||||
highlight shyConfig ctermfg=yellow
|
highlight shyConfig ctermfg=yellow
|
||||||
syntax match shyConfig "^ config"
|
syntax match shyConfig "^ config"
|
||||||
syntax match shyConfig "^source"
|
syntax match shyConfig "^source"
|
||||||
|
syntax match shyConfig "^return"
|
||||||
|
|
||||||
|
|
||||||
highlight shyTitle ctermbg=darkred ctermfg=white
|
highlight shyTitle ctermbg=darkred ctermfg=white
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
Volcanos("onengine", { river: {
|
Volcanos("onengine", { river: {
|
||||||
"serivce": {name: "运营群", storm: {
|
"serivce": {name: "运营群", storm: {
|
||||||
|
"some": {name: "some", action: [
|
||||||
|
{name: "context", help: "编程", inputs: [
|
||||||
|
{type: "text", name: "path", value: "learning/自然/编程/hi.shy"},
|
||||||
|
{type: "button", name: "查看", value: "auto"},
|
||||||
|
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
||||||
|
]},
|
||||||
"wx": {name: "wx", action: [
|
"wx": {name: "wx", action: [
|
||||||
{name: "微信公众号", help: "wx", inputs: [
|
{name: "微信公众号", help: "wx", inputs: [
|
||||||
{type: "text", name: "path", value: "icebergs/misc/wx/wx.shy"},
|
{type: "text", name: "path", value: "icebergs/misc/wx/wx.shy"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user