This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
Releases: cheap-glitch/vim-v
Releases · cheap-glitch/vim-v
3.0.1
- Add support for
.vv
and.vsh
files (thanks to @zakuro9715!)
3.0.0
- Change filetype from
v
tovlang
- Use semver for releases
2.3
New
- Add basic support for auto-indentation
- Add support for
go
andgoto
keywords
Bugfixes
- Improve support for generics
2.2
New
- Add support for
[inline]
and[live]
tags - Add support for
#flag
Bugfixes
- Improve support for complex
import
statements
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
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
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
- Add support for method declarations
- Improve performance by adding limits to look-behinds in regexes
1.0
Initial release