Skip to content

Commit 7621e75

Browse files
committed
Release v1.2.3
1 parent 3569f09 commit 7621e75

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Change Log
33

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

6-
[Unpublished]: ../../compare/v1.2.2...HEAD
6+
[Unpublished]: ../../compare/v1.2.3...HEAD
77

88

9-
[Unpublished]
9+
[v1.2.3]
1010
------------------------------------------------------------------------
11+
**May 15th, 2021**
1112
* __Added:__ Highlighting for fenced code-blocks tagged with `viml`
1213
* __Added:__ Highlighting for codepoint and keymapping escapes
1314
* __Added:__ Improved highlighting for autocommands and filetypes
@@ -16,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1617
* __Fixed:__ Highlighting of `func` and `endfunc` keywords
1718
* __Fixed:__ Various [inaccuracies][2] related to modeline matching
1819

20+
[v1.2.3]: https://github.com/Alhadis/language-viml/releases/tag/v1.2.3
1921
[2]: https://github.com/github/linguist/pull/5271
2022

2123

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}],
99
"description": "Vim Script language support for Atom",
1010
"keywords": ["Vim", "VimScript", "VimL", "Vim Script", "Vi"],
11-
"version": "1.2.2",
11+
"version": "1.2.3",
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/Alhadis/language-viml.git"

0 commit comments

Comments
 (0)