Skip to content

Commit ee4b631

Browse files
committed
Add link to TypeScript ST3 package
1 parent 63a62e8 commit ee4b631

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/editors/sublime-text/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ $ subl .
6767

6868
- [**Fortran**][sublime-text-fortran]: package which provides syntax highlighting for [Fortran][fortran]. Once installed, configure [Sublime Text][sublime-text] to always open files having the file extension `*.f` as `Fortran (modern)`.
6969

70+
- [**TypeScript**][sublime-text-typescript]: package which provides an IO wrapper around [TypeScript][typescript] language services.
71+
7072
- [**MarkdownEditing**][sublime-text-markdownediting]: package which provides syntax highlighting (including for fenced code blocks) and editing features for Markdown. Once installed, configure the package settings as follows:
7173

7274
```text
@@ -213,6 +215,8 @@ $ subl .
213215
214216
[sublime-text-fortran]: https://github.com/315234/SublimeFortran
215217
218+
[sublime-text-typescript]: https://github.com/Microsoft/TypeScript-Sublime-Plugin
219+
216220
[git]: https://git-scm.com/
217221
218222
[eslint]: http://eslint.org/
@@ -229,6 +233,8 @@ $ subl .
229233
230234
[fortran]: https://en.wikipedia.org/wiki/Fortran
231235
236+
[typescript]: https://www.typescriptlang.org/
237+
232238
</section>
233239
234240
<!-- /.links -->

0 commit comments

Comments
 (0)