From a767f8996794dc5073176eaaab2582643e1fcb35 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Wed, 30 Oct 2024 17:21:36 -0400 Subject: [PATCH] docs: fix missing links --- docs/section-3-creating-parsers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/section-3-creating-parsers.md b/docs/section-3-creating-parsers.md index 4c1a2f61..ab2c79d6 100644 --- a/docs/section-3-creating-parsers.md +++ b/docs/section-3-creating-parsers.md @@ -1115,5 +1115,7 @@ Be very careful when emitting zero-width tokens from your external scanner, and [syntax-highlighting-tests]: ./syntax-highlighting#unit-testing [tree-sitter-cli]: https://github.com/tree-sitter/tree-sitter/tree/master/cli [tree-sitter-javascript]: https://github.com/tree-sitter/tree-sitter-javascript +[triple-slash]: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html +[ts-check]: https://www.typescriptlang.org/docs/handbook/intro-to-js-ts.html [yacc-prec]: https://docs.oracle.com/cd/E19504-01/802-5880/6i9k05dh3/index.html [yacc]: https://en.wikipedia.org/wiki/Yacc