summaryrefslogtreecommitdiffstats
path: root/rules/joe.in
blob: c0e4c8491baca181d9ccc752fe535a4d8ee3ba83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config 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