Skip to content

Commit

Permalink
Update Sublime Syntax documentation link
Browse files Browse the repository at this point in the history
Because syntect doesn't support the features from ST version 4, tagged
4050 and 4075 in the docs.
  • Loading branch information
victor-gp committed Nov 6, 2022
1 parent 0ac46b0 commit b46953d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ On the other hand, the Windows Subsystem for Linux (WSL) should do just fine.

## Sublime Syntaxes

I cannot say much here that isn't better explained in **[the official documentation](http://www.sublimetext.com/docs/syntax.html).**
I cannot say much here that isn't better explained in **[the official documentation](https://www.sublimetext.com/docs/syntax.html#ver-3.2).**

More precisely, the targeted interpreter for the syntax is [`syntect`](https://github.com/trishume/syntect), a Rust implementation of Sublime Syntaxes used by `bat`.
For all intents and purposes, the Sublime Syntax documentation also applies to `syntect`.
For all intents and purposes, the Sublime Syntax documentation for v3.2 also applies to `syntect`.

Both Sublime Syntaxes and `syntect` use the Oniguruma regex engine, which follows [this specification](https://raw.githubusercontent.com/kkos/oniguruma/v6.9.1/doc/RE).
(No need to read through this though, just keep it as reference.)
Expand Down

0 comments on commit b46953d

Please sign in to comment.