simplelive / veloeclipse

Automatically exported from code.google.com/p/veloeclipse
Other
0 stars 1 forks source link

support for #literal() #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. #literal()
2. This line should $render verbatim
3. #end

What is the expected output? What do you see instead?

The code works but there is an error message in Eclipse:
Encountered "#end" at test.vm [line x column y]
The parser doesn't seem to realise that #literal() and #end go together. It 
thinks there is a syntax 
error.

What version of the product are you using? On what operating system?

OS X Snow Leopard, latest version of plugin at current date, Eclipse Ganymede

Please provide any additional information below.

Original issue reported on code.google.com by oliver.k...@gmail.com on 23 Nov 2009 at 9:19