Skip to content

Releases: Alhadis/language-viml

v1.2.3

15 May 10:27
v1.2.3
Compare
Choose a tag to compare
  • Added: Highlighting for fenced code-blocks tagged with viml
  • Added: Highlighting for codepoint and keymapping escapes
  • Added: Improved highlighting for autocommands and filetypes
  • Added: Keyword definitions for Vim 8.2.2302
  • Fixed: Highlighting of VimBall archives with embedded help files
  • Fixed: Highlighting of func and endfunc keywords
  • Fixed: Various inaccuracies related to modeline matching

v1.2.2

16 Oct 10:07
v1.2.2
Compare
Choose a tag to compare
  • Added: Keyword definitions for Vim 8.2.1844
  • Added: Highlighting for various .exrc/.nexrc-specific settings
  • Added: .exrc and .nexrc as supported file extensions/filenames

v1.2.1

24 Apr 01:59
v1.2.1
Compare
Choose a tag to compare
  • Added: Keyword definitions for Vim 8.2.0450
  • Removed: Line-length limit of highlighted Vim script

v1.2.0

04 Dec 06:23
v1.2.0
Compare
Choose a tag to compare
  • Added: Keyword definitions for Vim 8.1.2384
  • Added: Syntax highlighting for SnipMate, UltiSnips, and NeoSnippet
  • Added: Syntax highlighting for Vim help-files

v1.1.10

01 Jul 12:23
v1.1.10
Compare
Choose a tag to compare
  • Added: Keyword definitions for Vim 8.1.1600
  • Fixed: Highlighting prioritised shorter keywords over longer ones
  • Fixed: False positives when running keyword-updater script

v1.1.9

14 Feb 15:59
v1.1.9
Compare
Choose a tag to compare
  • Added: range and closure to function attributes [#8]
  • Added: Keywords for Vim 8.0-19, added in vim/vim@b730f0c
  • Added: Filetype mapping and highlighting for Vimball .vmb files
  • Fixed: Unnecessary files included in package distribution

v1.1.8

25 Apr 09:38
v1.1.8
Compare
Choose a tag to compare
  • Added: strikethrough keyword to vimHiAttrib attributes
  • Fixed: Missing echo, echohl, execute, smapc and xnoremap
  • Added: Highlighting for escaped or quoted characters
  • Added: Numerous patterns for more obscure VimScript keywords
  • Fixed: Highlighting of compound assignment operators (e.g., +=)
  • Removed: Fold marker highlighting

v1.1.7

15 Nov 15:15
v1.1.7
Compare
Choose a tag to compare

v1.1.6

10 Oct 21:24
v1.1.6
Compare
Choose a tag to compare

v1.1.5

19 Sep 17:49
v1.1.5
Compare
Choose a tag to compare
  • Added: nocombine to syntax keywords, introduced in Vim v8.0.1007
  • Moved: updater script to the more canonical bin/update location