From 43295c30b26501061905cf81615b4e43b4e6d8dc Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Fri, 18 Oct 2013 08:55:46 -0700 Subject: [PATCH] Created Syntax Highlighting (markdown) --- Syntax-Highlighting.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Syntax-Highlighting.md diff --git a/Syntax-Highlighting.md b/Syntax-Highlighting.md new file mode 100644 index 0000000..4d49dd0 --- /dev/null +++ b/Syntax-Highlighting.md @@ -0,0 +1,7 @@ +Bats will work with standard Bash syntax highlighting in most editors: just add a rule for `.bats` files. + +Extended syntax support is available for the following editors: + +* **Sublime Text 2** - [sublime-bats](https://github.com/jverdeyen/sublime-bats) +* **TextMate** - [Bats.tmbundle](https://github.com/drnic/Bats.tmbundle) +* **Vim** - [bats.vim](https://github.com/vim-scripts/bats.vim)