plugin for SynWrite editor.
Adds item to plugins menu to format Gherkin source code, only formats tables:
from

    | dddddddddddd | dd |
  | ddd | dddddddddd |

to

    | dddddddddddd | dd         |
    | ddd          | dddddddddd |


Gherkin code taken from: https://github.com/waynemoore/sublime-gherkin-formatter
Author of Synw plugin: Alexey T
License: MIT
