subframe7536 / vscode-theme-maple

Colorful VSCode theme in light / dark, medium brightness and saturation
https://marketplace.visualstudio.com/items?itemName=subframe7536.theme-maple
MIT License
33 stars 0 forks source link

The `invalid.deprecated.entity.other.attribute-name.html` warning for the `align` attribute in `Vue` is confusing #2

Closed nandordudas closed 2 weeks ago

nandordudas commented 2 weeks ago

[!NOTE]

  • Windows 11 23H2 with WSL 2
  • VSCode: 1.93.1
  • Maple-Mono 6.4
  • Extension: v0.4.6

Description

The align attribute appears with strikethrough text, which is unexpected for custom elements.

Example

A: Without settings change

image

B: With settings change

{
  "editor.tokenColorCustomizations": {
    "[Maple Light][Maple Dark]": {
      "textMateRules": [
        {
          "scope": [
            "source.vue invalid.deprecated.entity.other.attribute-name.html"
          ],
          "settings": {
            "fontStyle": ""
          }
        }
      ]
    }
  }
}

image

nandordudas commented 2 weeks ago

I'm not sure if this is a bug, an improvement, or something that can be resolved with local settings.

subframe7536 commented 2 weeks ago

Fixed in v0.4.7