diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/other-editors.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/other-editors.scrbl index ed9d2fcfaf..77481a8180 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/other-editors.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/other-editors.scrbl @@ -213,3 +213,10 @@ recommend using a plugin that will make loading other plugins easier. @hyperlink["http://www.vim.org/scripts/script.php?script_id=2332"]{Pathogen} is one plugin that does this; using it, you can install new plugins by extracting them to subdirectories in the @filepath{bundle} folder of your Vim installation. + +@; ------------------------------------------------------------ + +@section{Sublime Text} + +The @hyperlink["https://sublime.wbond.net/packages/Racket"]{Racket package} +provides support for syntax highlighting and building for Sublime Text.