summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEddie Lebow <elebow@users.noreply.github.com>2018-04-17 00:29:13 -0400
committerEddie Lebow <elebow@users.noreply.github.com>2018-04-20 22:54:29 -0400
commit1e6651e0a0039185d63ebe4f26f04937e82207fb (patch)
tree03eb2190fb4eed1c7a2cfc73cc7080e885fc963f /README.md
parentfb720251bf38139c1811665852e1bc2f73d0393f (diff)
downloadale-1e6651e0a0039185d63ebe4f26f04937e82207fb.zip
Add cucumber checker for cucumber files
For now, it only detects undefined steps. The nearest `features` dir above the buffer file is loaded, so step definitions should be found correctly. Tested only with Cucumber for Ruby, but it should work for any cucumber that follows a substantially similar directory structure.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 887af08a..5a416ac5 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,7 @@ formatting.
| CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) |
| Crystal | [crystal](https://crystal-lang.org/) !! |
| CSS | [csslint](http://csslint.net/), [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) |
+| Cucumber | [cucumber](https://cucumber.io/) |
| Cython (pyrex filetype) | [cython](http://cython.org/) |
| D | [dmd](https://dlang.org/dmd-linux.html) |
| Dafny | [dafny](https://rise4fun.com/Dafny) !! |