davidrios / jade-tmbundle

A comprehensive textmate / sublime text bundle for the Jade template language.
https://github.com/davidrios/jade-tmbundle
MIT License
102 stars 31 forks source link

[jade] comments have string color #88

Open aeschli opened 7 years ago

aeschli commented 7 years ago

From @isidorn on March 29, 2016 13:8

  1. Open a .jade file (e.g. there is one in our vscode smoke test repo)
  2. Comment out a line - notice the comments are blue or orange (dark theme) which are usually the colors we use for strings
  3. I would expect green, the same we use for other languages

This behavior is like this for a while, so I do not think it is important.

Copied from original issue: Microsoft/vscode#4738

aeschli commented 7 years ago

Jade uses scope string.comment.buffered.block.jade for these comment, so it's rather random if this is a string or a comment.