Open Defman21 opened 7 years ago
title.
!!! %body %form(action="/login" method="post")
action and method keywords are highlighted as HTML attributes, "/login" and "post" as HTML values/strings.
action
method
"/login"
"post"
Everything is highlighted as text.
Komodo Edit or IDE? IDE Komodo Version? 11
Also related to that: everything after ) highlighted as text, e.g.
)
%a(href='/')= @site['name']
However, everything after %tag(...){...}= should be Ruby.
%tag(...){...}=
Thanks for the report.
Short Summary
title.
Steps to Reproduce
Expected results
action
andmethod
keywords are highlighted as HTML attributes,"/login"
and"post"
as HTML values/strings.Actual results
Everything is highlighted as text.
Platform Information
Komodo Edit or IDE? IDE Komodo Version? 11