On Aug 11, 2005, at 5:27 PM, Sune Foldager wrote:
On 11/08/2005, at 23.19, thomas Aylott wrote:
I have the following ASP.net code
<tag attribute="<%# Users.PageSize %>" /> the scope of the #... part is coming up as comment.line.number- sign.ruby instead of source.asp.embedded.html
The reason is that ruby (or eruby rather) uses <% %> as delimiters also. There should be an ASP bundle with a language that can be used, I think?
Yep, i'm using the ASP bundle, but the ruby definition is overwriting the property on that item. I'm sure something just needs to be added to the ASP bundle to make it overwrite all others, but I can't figure it out.