terrastruct / d2-vscode

VSCode extension for D2 files.
https://d2lang.com
BSD 3-Clause "New" or "Revised" License
240 stars 11 forks source link

syntax highlighting bug with unclosed bracket in code #108

Closed gavin-ts closed 9 months ago

gavin-ts commented 1 year ago

closed bracket

Screen Shot 2023-06-19 at 11 43 20 AM

unclosed bracket

Screen Shot 2023-06-19 at 11 43 10 AM

md is ok, but not js

Screen Shot 2023-06-20 at 10 47 25 AM

Code: |js function todo() { | {
  style.stroke-width: 0
}
Text
BarryNolte commented 1 year ago

@gavin-ts I'm getting 404 errors trying to view the screen shots.

gavin-ts commented 1 year ago

@gavin-ts I'm getting 404 errors trying to view the screen shots.

updated

BarryNolte commented 1 year ago

Turns out that "| {" is "fairly valid" javascript, so the syntax highlighting just keeps going thinking it's javascript instead of terminating the block of code.