From 0685a7e4596c8b3aca93d236f8a1d793d03749d7 Mon Sep 17 00:00:00 2001 From: Septian Dwic <20803810+sptndc@users.noreply.github.com> Date: Sun, 28 Oct 2018 18:57:20 +0700 Subject: [PATCH] Add bats-syntax-highlight for Sublime Text 3 --- Syntax-Highlighting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Syntax-Highlighting.md b/Syntax-Highlighting.md index e729a33..7c1fced 100644 --- a/Syntax-Highlighting.md +++ b/Syntax-Highlighting.md @@ -4,6 +4,7 @@ Extended syntax support is available for the following editors: * **Emacs** - [bats-mode](https://github.com/dougm/bats-mode) * **Sublime Text 2** - [sublime-bats](https://github.com/jverdeyen/sublime-bats) +* **Sublime Text 3** - [bats-syntax-highlight](https://github.com/sptndc/bats-syntax-highlight) * **TextMate** - [Bats.tmbundle](https://github.com/drnic/Bats.tmbundle) * **Vim** - [bats.vim](https://github.com/vim-scripts/bats.vim) * **Vim** - [bats.snippets](https://github.com/jjasghar/snipmate-snippets/blob/master/snippets/bats.snippets)