Skip to content

Commit

Permalink
Release 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Feb 16, 2017
1 parent 54a287e commit 2745b42
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Place your settings in this file to overwrite default and user settings.
{
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.11
- [language.lua] Added some more identifiers to match up WoW 7.1.5

## 1.1.10
- [general] Fixed the color mismatch in WoW themes introduced by VS Code 1.9.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This World of Warcraft addon developer toolset for VS Code includes an improved
## Features

* Improved Lua 5.1 grammar with World of Warcraft's built-in Lua interpreter specificities
* **Full Blizzard's 7.1.0 API**
* **Full Blizzard's 7.1.5 API**
* Extensive widgets and Lua library support
* `.toc` file colorization
* Four new, dedicated color themes based on VS Code's default themes: Light+, Dark+, Monokai and Monokai Dimmed
Expand Down
18 changes: 10 additions & 8 deletions languages/grammars/sources/regexes.lua

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions languages/grammars/wow-lua.tmLanguage

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wow-bundle",
"displayName": "WoW Bundle",
"description": "World of Warcraft addon developer toolset for VS Code",
"version": "1.1.10",
"version": "1.1.11",
"icon": "images/wow-icon.png",
"publisher": "Septh",
"license": "MIT",
Expand Down

0 comments on commit 2745b42

Please sign in to comment.