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: https://github.com/slimsag/syntect/commit/304c6089014b7fdf9c727c0a49b336b2db4452a4 - [ ] Visual Studio (plain) theme: https://github.com/slimsag/syntect/commit/9521fa752561427c9d03471a39da3274df03d806 - [ ] Monokai theme: https://github.com/slimsag/syntect/commit/579eb4471f2736a6d3f0bdb25aeadb48963d1016 - [ ] TypeScript themes: https://github.com/slimsag/syntect/commit/b62d6c55e771b0f97376cae465629e62fc7ca581 EDIT: there is now much more changes in terms of Packages etc. than just the above that we would want to send upstream^
The
./syntectfolder 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^