File: lisp.jsf

package info (click to toggle)
ne 3.3.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,192 kB
  • sloc: ansic: 28,739; perl: 571; makefile: 265; sh: 9
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