Skip to content

Releases: Alhadis/language-viml

v1.1.4

18 Jun 01:41
v1.1.4
Compare
Choose a tag to compare
  • Fixed: Broken highlighting in certain autoload variables [#7]

v1.1.3

27 Dec 17:38
v1.1.3
Compare
Choose a tag to compare
  • Added: Keywords for Vim 8.0-01.

v1.1.2

27 Dec 17:38
v1.1.2
Compare
Choose a tag to compare
  • Fixed: Broken link to readme's banner image
  • Fixed: Small bug with handling modelines

v1.1.1

15 Sep 20:05
v1.1.1
Compare
Choose a tag to compare
  • Added: Missing keywords not picked up by updater script
  • Fixed: Options incorrectly highlighted in syntax definitions

v1.1.0

15 Sep 16:32
v1.1.0
Compare
Choose a tag to compare

Substantial improvements made to language highlighting.

Added:

  • All keywords as of Vim 8.0
  • Editor settings for adjusting indent/outdent
  • First-line support for hashbangs/modelines
  • Highlighting for:
  • Exponential notation
  • Fold markers: {{{
  • Function headers
  • Hexadecimal numbers
  • Syntax definitions
  • Scope indicators: g:name
  • Vim modelines
  • Way too many other things
  • Support for nvimrc and _vimrc files

Bugs fixed:

  • Trailing comments no longer highlighted as strings occasionally
  • # is now matched in function names

v1.0.0

12 Sep 17:45
v1.0.0
Compare
Choose a tag to compare

Highlighting for additional functions added, and minor errors fixed.

  • Added: Matching for all recognised Vim commands (as of v7.4-50)
  • Added: Changelog
  • Fixed: Looping-rule error for variable patterns
  • Fixed: Hex sequences now match case-insensitively
  • Fixed: Numerals in identifiers no longer highlighted
  • Fixed: Strings like ~/.vim/ no longer marked as regex