Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test typescript syntax highlighting with Tree Sitter #241709

Closed
3 tasks done
alexr00 opened this issue Feb 24, 2025 · 0 comments
Closed
3 tasks done

Test typescript syntax highlighting with Tree Sitter #241709

alexr00 opened this issue Feb 24, 2025 · 0 comments

Comments

@alexr00
Copy link
Member

alexr00 commented Feb 24, 2025

Refs: #210475

Complexity: 3

Create Issue


Setup:

  • "editor.experimental.preferTreeSitter.typescript": true

Tree sitter based syntax highlighting for typescript should be pretty close to textmate now. If you see any color differences, please include a code snippet I can repro with.

Testing:

  • Open several typescript files. Verify that they are all colored correctly.
  • Make various edits to the files. Verify that the colors stay correct.
  • Open a really big file and start scrolling around as soon as it opens. Verify that the viewport stays colored, even when the rest of the file isn't done yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants