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

plugin: add vsyntax and vfmt plugins #193

Merged
merged 3 commits into from May 24, 2020
Merged

plugin: add vsyntax and vfmt plugins #193

merged 3 commits into from May 24, 2020

Conversation

nelsam
Copy link
Owner

@nelsam nelsam commented Jan 14, 2020

This is the first pass at support for the V language. It contains some
basic syntax highlighting, automatic 'v fmt' on save, and an update to
the license header plugin to load for .v files as well as .go files.

I'll be adding some unit and maybe integration tests before merging
this one, because I think vidar is starting to get mature enough to
actually require thorough testing.

Type

  • Bug Fix
  • New Feature
  • Quality of Life Improvement

Tests

I have tested locally against:

  • Windows
  • linux
  • OS X
  • BSD

I have included automated tests:

  • Unit tests
  • Integration tests
  • End to end tests

This is the first pass at support for the V language.  It contains some
basic syntax highlighting, automatic 'v fmt' on save, and an update to
the license header plugin to load for .v files as well as .go files.
This is nowhere near the coverage I need, but vidar has become problematic with large files,
so we need to fix that before delving into the world of complex, thorough testing.
@nelsam nelsam changed the title [WIP] plugin: add vsyntax and vfmt plugins plugin: add vsyntax and vfmt plugins May 24, 2020
@nelsam nelsam merged commit 62f8d22 into master May 24, 2020
@nelsam nelsam deleted the vlang branch May 24, 2020 04:31
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.

None yet

1 participant