Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vspec support #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add vspec support #182

wants to merge 1 commit into from

Conversation

rbong
Copy link

@rbong rbong commented Oct 15, 2021

vspec is a vim testing tool.

It uses vim syntax with additional builtin commands (describe, it, before after, context).

This adds basic support for vspec - that is, by using any of the additional builtin commands vspec will not give an error.
Since this uses parse_cmd_common it doesn't actually build the structure of the new blocks. It just treats them as normal commands.

I have only added basic support because:

  • I would like your feedback on adding vspec support before I do anything else
  • This is good enough for me, but I will add better support if needed

Related issue: Vimjas/vint#330

@rbong
Copy link
Author

rbong commented Oct 15, 2021

I realize that I'm going to have to make this smarter because :end is already used. Let me know your thoughts on vspec support and I will work more on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant