The text file below can be used to add color syntax highlighting capability for Velocity macros to the 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
  • No labels