nelsam / vidar

vidar is a highly experimental Go editor, written in Go, using gxui
The Unlicense
50 stars 7 forks source link

plugin: add vsyntax and vfmt plugins #193

Closed nelsam closed 4 years ago

nelsam commented 4 years ago

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

Tests

I have tested locally against:

I have included automated tests: