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
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
Hey! Saw that you're planning to contribute syntaxes to syntect.
syntect is currently using the definitions from sublimehq/Packages, and I don't think we'd want to start maintaining a non-trivial fork of those. If you could contribute them there instead, that would be really cool. It would mean not only syntect but also Sublime Text would benefit.
I don't think SublimeHQ have any plans ATM to include a TypeScript package with Sublime Text, so that would probably not be accepted (especially if it contains performance reducing features like lookbehinds), but JSX and Swift are desired: sublimehq/Packages#860 and sublimehq/Packages#11
Maybe a better approach (to allow the use of any syntax definitions, regardless of desirability in ST's main repo) would be to have a git repo with submodules that would link to the official packages repo, and other syntax definition repos and use that with syntect?
Uh oh!
There was an error while loading. Please reload this page.
The
./syntect
folder is a copied / slightly modified version of upstream syntect. I should figure out the correct way to send these changes upstream.TypeScript + TypeScriptReact syntaxes: https://github.com/slimsag/Packages/commit/7a886e64de1d937bd03ad12466813f93ad9079e3
Swift syntax: https://github.com/slimsag/Packages/commit/2048b5c986f7ffc64cf7b9de158fabd97c38b08f
Replace default JavaScript syntax with babel-sublime (better support for e.g. jsx files etc) https://github.com/slimsag/Packages/commit/d1c60895c4c5f42fc12d6684009a4b73330027b0 and https://github.com/slimsag/Packages/commit/3c2a649c821a38af967f0390bccb04c46c444174
Visual Studio Dark theme: thedeadtellnotales/syntect@304c608
Visual Studio (plain) theme: thedeadtellnotales/syntect@9521fa7
Monokai theme: thedeadtellnotales/syntect@579eb44
TypeScript themes: thedeadtellnotales/syntect@b62d6c5
EDIT: there is now much more changes in terms of Packages etc. than just the above that we would want to send upstream^
The text was updated successfully, but these errors were encountered: