Menu

[7d5c33]: / syntax / lisp.jsf  Maximize  Restore  History

Download this file

27 lines (20 with data), 393 Bytes

# JOE syntax highlight file for LISP

# Needs lots of work...

=Idle
=Comment
=String		+Constant
=StringEscape	+Escape

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

:comment Comment comment
	*		comment
	"\n"		idle

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

:string_escape StringEscape string
	*		string
	"\n"		string		recolor=-2
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.