Skip to content

Commit cd1f63c

Browse files
authored
Merge pull request #440 from donaldxdonald/patch-1
docs: update the src of VS Code Oniguruma repo
2 parents 6de1284 + 5f7c5ef commit cd1f63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ And after that you can (and should) check out the reference docs for deeper dive
8484

8585
Shiki has a lot of points for customization notably: themes, languages, and custom renderers.
8686

87-
Shiki leverages the [TextMate](https://macromates.com/manual/en/language_grammars) grammar system to tokenize code. It uses the [VS Code Oniguruma](https://github.com/vscode-oniguruma/vscode-oniguruma) library to do the heavy lifting of matching the grammar rules to code.
87+
Shiki leverages the [TextMate](https://macromates.com/manual/en/language_grammars) grammar system to tokenize code. It uses the [VS Code Oniguruma](https://github.com/microsoft/vscode-oniguruma) library to do the heavy lifting of matching the grammar rules to code.
8888

8989
At the core is Shiki's [highlighter](./packages/shiki/src/highlighter.ts). The highlighter is a class which takes a theme and languages, and exposes functions like `codeToHtml` which converts string of arbitrary code and returns a string of HTML for rendering on the web.
9090

0 commit comments

Comments
 (0)