Releases: Alhadis/language-viml
Releases · Alhadis/language-viml
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
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
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