Skip to content

Commit

Permalink
Release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Apr 24, 2018
1 parent d56d57f commit 8a690b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ Change Log

This project adheres to [Semantic Versioning](http://semver.org/).

[Unpublished]: ../../compare/v1.1.7...HEAD
[Unpublished]: ../../compare/v1.1.8...HEAD


[Unpublished]
[v1.1.8]
------------------------------------------------------------------------
**April 25th, 2018**
* __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.8]: https://github.com/Alhadis/language-viml/releases/tag/v1.1.8


[v1.1.7]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}],
"description": "Vim Script language support for Atom",
"keywords": ["Vim", "VimScript", "VimL", "Vim Script", "Vi"],
"version": "1.1.7",
"version": "1.1.8",
"repository": {
"type": "git",
"url": "https://github.com/Alhadis/language-viml.git"
Expand Down

0 comments on commit 8a690b0

Please sign in to comment.