TranquilMarmot / YarnLoom

Visual Studio Code extension for editing YarnSpinner files
MIT License
18 stars 2 forks source link

No more coloring syntax when using Yarn Spinner Loom in VS Code #21

Open DX5536 opened 2 years ago

DX5536 commented 2 years ago

Describe the bug A clear and concise description of what the bug is. When editing the node, the syntax are not colored properly like using just only Yarn Spinner.

Expected behavior A clear and concise description of what you expected to happen. Expectation: Syntax to be colored (like the demo GIFs and using only Yarn Spinner).

Actual behavior A clear and concise description of what actually happened. Actually: The text are all reduced to one color (except for comments)

Steps To Reproduce Steps to reproduce the behavior:

  1. Install Yarn Spinner.
  2. Install Yarn Spinner Loom.
  3. Create a node and write my story.
  4. Syntax colors stay the same instead of being colored differently.

Screenshots If applicable, add screenshots to help explain your problem. Images can be directly drag-and-dropped into the GitHub issue editor to upload them to GitHub. With Loom: Code_2022-06-03_18-35-50 Without Loom: Code_2022-06-03_18-37-48

Additional context Add any other context about the problem here.

Environment

nemmm commented 2 years ago

Yeah I wanted to use Loom too but its quite outdated, link arrows are not working neither.

TranquilMarmot commented 2 years ago

I think this is an issue with having both the Yarn Spinner extension and Yarn Spinner Loom installed at the same time. They step on each other when trying to add syntax highlighting.

This extension is definitely outdated at this point, and I haven't had time to keep developing it. When I first made this the official extension didn't have a full-fledged language server and visual editor, so Loom made a lot more sense.

These days I would say it's best to stick with the official extension. At some point in the future I may try and pull the visual editor out of this and contribute it to the official extension since it does add a lot of nice features.