thegoose51 / vsce-plush

Language support for the Go Plush templating package. See https://github.com/gobuffalo/plush or https://godoc.org/github.com/gobuffalo/plush to learn more about the Plush templating package.
https://marketplace.visualstudio.com/items?itemName=CJamesMay.plush
MIT License
5 stars 1 forks source link

Syntax highlighting does not discriminate based on whitespace surrounding keywords #2

Closed soypat closed 3 years ago

soypat commented 4 years ago

Describe the bug Keywords are highlighted with no regard to spacing around them. image

To Reproduce Steps to reproduce the behavior:

  1. write <%= forum %> in a html document with this plugin enabled
  2. Watch as for of forum is highlighted Expected behavior No highlighting should occur.

Environment (please complete the following information):

Additional context Also happens for other keywords

soypat commented 3 years ago

I made a PR but closed it due to age