⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rexx.jsf.in

📁 举世闻名的joe记事本源程序
💻 IN
字号:
# JOE syntax highlight file for REXX=Idle=Bad		bold red=Comment 	green=Constant 	cyan=Escape 	bold cyan=Keyword 	bold:idle Idle	*			idle	"\""			dquote recolor=-1	"'"			squote recolor=-1	"a-zA-Z.!?@_0-9"	symbol buffer	"/"			idle call=.maybe_comment():symbol Idle	*			idle noeat istrings	"address"	kw	"arg"		kw	"call"		kw	"do"		kw	"drop"		kw	"exit"		kw	"if"		kw	"interpret"	kw	"iterate"	kw	"leave"		kw	"nop"		kw	"numeric"	kw	"options"	kw	"parse"		kw	"procedure"	kw	"pull"		kw	"push"		kw	"queue"		kw	"return"	kw	"say"		kw	"select"	kw	"signal"	kw	"trace"		kw	"upper"		kw	"then"		kw	"end"		kw	"else"		kw	"when"		kw	"otherwise"	kwdone	"a-zA-Z.!?@_0-9"	symbol:kw Keyword	*		idle noeat:squote Constant	*	squote	"'"	idle:dquote Constant	*	dquote	"\""	idle## Subroutine to parse recursive /* */ comments#.subr maybe_comment:maybe_comment Idle	*		maybe_comment return noeat	"*"		comment recolor=-2:comment Comment	*	comment	"*"	maybe_done	"/"	comment call=.maybe_comment():maybe_done Comment	*	comment noeat	"/"	comment	return.end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -