1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-12-26 14:39:46 +01:00

Created Syntax Highlighting (markdown)

Sam Stephenson 2013-10-18 08:55:46 -07:00
parent cefc255534
commit 43295c30b2

7
Syntax-Highlighting.md Normal file

@ -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)