Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Releases: cheap-glitch/vim-v

3.0.1

24 Dec 08:36
353b378
Compare
Choose a tag to compare
  • Add support for .vv and .vsh files (thanks to @zakuro9715!)

3.0.0

28 Nov 17:18
Compare
Choose a tag to compare
  • Change filetype from v to vlang
  • Use semver for releases

2.3

18 Jan 12:12
Compare
Choose a tag to compare
2.3

New

  • Add basic support for auto-indentation
  • Add support for go and goto keywords

Bugfixes

  • Improve support for generics

2.2

04 Jan 13:56
Compare
Choose a tag to compare
2.2

New

  • Add support for [inline] and [live] tags
  • Add support for #flag

Bugfixes

  • Improve support for complex import statements

2.1

18 Dec 21:35
Compare
Choose a tag to compare
2.1

New

  • Add support for C-style pre-proc instructions

Bugfixes

  • Improve highlighting inside complex interpolations
  • Improve support of escape sequences in strings

2.0

18 Dec 16:27
Compare
Choose a tag to compare
2.0

New

  • Highlight all labels (match cases, constant variable names, map keys, etc.)
  • Add support for folding common blocks (conditions, functions, structs & enums, match branches, etc.)
  • Add option to activate syntax warnings

1.2

17 Dec 19:01
Compare
Choose a tag to compare
1.2

New

  • Highlight labels in match blocks
  • Highlight function and method calls

Bugfixes

  • Fix invalid warnings for parentheses inside conditions
  • Fix highlighting of numbers inside variable names
  • Ignore semicolons inside comments

1.1

16 Dec 19:25
Compare
Choose a tag to compare
1.1
  • Add support for method declarations
  • Improve performance by adding limits to look-behinds in regexes

1.0

16 Dec 18:10
Compare
Choose a tag to compare
1.0

Initial release