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.15k stars 301 forks source link

HAML: dashes in classes and ids breaks syntax colorizing #2832

Open Defman21 opened 7 years ago

Defman21 commented 7 years ago

Short Summary

title.

Steps to Reproduce

!!!
%body
  %h1#my-title

Expected results

my-title highlighted as an id

Actual results

only my highlighted as an id, -title is foreground colored.

Platform Information

Komodo Edit or IDE? IDE Komodo Version? 11

mitchell-as commented 7 years ago

Thanks for the report.