syntect_server
syntect_server copied to clipboard
HTTP code syntax highlighting server written in Rust.
Today we use babel-sublime for jsx support (see https://github.com/sourcegraph/syntect_server/issues/3) but babel-sublime is not well-maintained anymore, and upon updating sublimehq/Packages it appears it is much more incompatible with the base Packages...
We should move all env vars from the Dockerfile into the binary itself so that consumers using just the binary (e.g. Sourcegraph) do not have to separately maintain their own...
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 +...
Currently, CI does not publish the docker images because building everything takes a while and, more specifically, because Travis runs an outdated version of Ubuntu not capable of providing some...
Testing is easy enough by hitting the server via https://github.com/sourcegraph/gosyntect but it'd be nice to get something automated for this in CI.