Closed Alhadis closed 7 years ago
This is essentially just duplicating Ruby's string-matching rule so it highlights interpolation correctly on GitHub:
/ HAML comment - # ruby comment string = "string" = "string" #comment = "string #{not_comment 2 + 2 + string} string" # comment
Output:
Released a new patch version containing the fix. Thanks for the help. 👌
This is essentially just duplicating Ruby's string-matching rule so it highlights interpolation correctly on GitHub:
Output: