You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/22 01:11:56 UTC

[Velocity Wiki] Update of "Boxer Text Editor" by DavidHamel

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Velocity Wiki" for change notification.

The following page has been changed by DavidHamel:
http://wiki.apache.org/velocity/Boxer_Text_Editor

The comment on the change is:
created page

New page:
The text file below can be used to add color syntax highlighting capability
for Velocity macros to the [http://www.boxersoftware.com/ Boxer Text Editor].

To import a syntax definition file into Boxer:

1. save the text as a file of your choice *
2. run the Configure|Syntax Highlighting command
3. click Import and locate the syntax file
4. click Open 

'''velocity.shl.txt:'''
{{{
name=Velocity Macro
ext=.VM
reserved=#else,#elseif,#end,#foreach,#if,#include,#macro,#parse,#set,#stop
reserved2=
reserved3=
rwordsymbols=_
symbols=!,$,(,),*,+,",",-,.,/,:,<,>,[,]
strings=""""
literal=\
opentag=
closetag=
opencom=#*
closecom=*#
comsearch=100
eolcom=##
comcol=0
tabs=
helpfile=
sensitive=1
active=1
syntaxspell=0
}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org