ryu1kn / vscode-text-marker

Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker
MIT License
87 stars 17 forks source link

highlight doesnt support hex with alpha #45

Closed ctf0 closed 4 years ago

ctf0 commented 4 years ago

ex.#0064ff10 doesnt work, instead the ext will omit the alpha and use the main hex #0064ff

ctf0 commented 4 years ago

https://github.com/ryu1kn/vscode-text-marker/blob/11bf26349e57fdbfe70c23c2954da8433bd2f262/src/lib/decoration/decoration-type-creator.ts#L39