summaryrefslogtreecommitdiffstats
path: root/rules/joe.in
blob: 2517dcf9f8c78aadd459c4e207808493a00d5506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=editors
menuconfig JOE
	tristate
	prompt "joe                           "
	help
	  Joe is a simple editor which uses the old wordstar commands.

if JOE

config JOE_SYNTAX_HIGHLIGHT
	bool
	default y
	prompt "Install syntax hilighting patterns"
	help
		This option will install the syntax highlighting for joe

endif