bats-core / bats-vscode

BATS (Bash Automated Testing System) language support for VSCode.
MIT License
23 stars 7 forks source link

Feature/#3 grammar #4

Closed jetmartin closed 5 years ago

jetmartin commented 5 years ago

Merging Syntax highlight updates.

The file has been updated to provide syntax highlight for bats-core, bats-support & bats-assert.

The README has also been updated.

@Flamefire, thanks for your feedback on that one.

Flamefire commented 5 years ago

LGTM. last change: I'd add stub and unstub from bats-mock to the functions

jetmartin commented 5 years ago

I've added :

Please confirm it's working fine on your files before I merge.

Flamefire commented 5 years ago

Please add them to a different group. The rest highlights calls while those 2 are rather meant for definitions. You don't call them. So please use an extra category like support.function.bats.framework or so

jetmartin commented 5 years ago

ok, I'll just rollbak that so far.