You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blueprint docs used to highlight code using atom/highlights, which supported TextMate-style grammars via atom/first-mate.
Although highlights did not have TypeScript support out of the box, we were able to add it using a library called tree-sitter-typescript.
Atom and its repositories were finally sunsetted and archived at the end of 2022. This and the fact that tree-sitter has C dependencies which sometimes do not compile well on newer versions of Node.js prompted a migration away from highlights.
This issue tracks the removal of all highlights, tree-sitter, and TextMate related code from Blueprint.
The text was updated successfully, but these errors were encountered:
Blueprint docs used to highlight code using atom/highlights, which supported TextMate-style grammars via atom/first-mate.
Although
highlights
did not have TypeScript support out of the box, we were able to add it using a library called tree-sitter-typescript.Atom and its repositories were finally sunsetted and archived at the end of 2022. This and the fact that tree-sitter has C dependencies which sometimes do not compile well on newer versions of Node.js prompted a migration away from
highlights
.This issue tracks the removal of all highlights, tree-sitter, and TextMate related code from Blueprint.
The text was updated successfully, but these errors were encountered: