Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.16k stars 302 forks source link

HAML: no smart highlight in () #2833

Open Defman21 opened 7 years ago

Defman21 commented 7 years ago

Short Summary

title.

Steps to Reproduce

!!!
%body
  %form(action="/login" method="post")

Expected results

action and method 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

Defman21 commented 7 years ago

Also related to that: everything after ) highlighted as text, e.g.

%a(href='/')= @site['name']

However, everything after %tag(...){...}= should be Ruby.

mitchell-as commented 7 years ago

Thanks for the report.