madskristensen / MIDL

A Visual Studio extension
Apache License 2.0
24 stars 5 forks source link

`/**/` comment isn't treated as comment by syntax highlighting #3

Closed roxk closed 1 year ago

roxk commented 2 years ago

Describe the bug As titled

To Reproduce Steps to reproduce the behavior:

  1. Create idl file.
  2. Add /**/ comment. Inside the comment, type string.
  3. Observe the string has squiggle, while the file compiles just fine.

Expected behavior The string at (3) doesn't have squiggle.

Screenshots image

Additional context N/A

roxk commented 1 year ago

Confirm fixed.