File: lisp.jsf.in

package info (click to toggle)
joe 3.5-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,088 kB
  • ctags: 2,405
  • sloc: ansic: 33,186; sh: 3,413; makefile: 130
file content (26 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# JOE syntax highlight file for LISP

# Needs lots of work...

=Idle
=Comment 	green
=String 	cyan
=Escape 	bold cyan

:idle Idle
	*		idle
	";"		comment		recolor=-1
	"\""		string		recolor=-1

:comment Comment
	*		comment
	"\n"		idle

:string String
	*		string
	"\""		idle
	"\\"		string_escape	recolor=-1

:string_escape Escape
	*		string
	"\n"		string		recolor=-2