Skip to content

Commit

Permalink
Release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Dec 7, 2016
1 parent a735e8e commit be3baa2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 1.1.7
## 1.1.8
- [language.lua] Added some more identifiers -- again

## 1.1.7
- [language.lua] Added some more identifiers

## 1.1.6
- [language.lua] More regexes optimizations
- [language.lua] Added some more identifiers
Expand Down
2 changes: 1 addition & 1 deletion languages/grammars/wow-lua.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@
<key>name</key>
<string>support.constant.string-parameter.wow-api.lua</string>
<key>match</key>
<string>(['"])(?i)(ADD|Ambience|ANCHOR_(?:BOTTOM(?:LEFT|RIGHT)?|CURSOR|LEFT|NONE|PRESERVE|RIGHT|TOP(?:LEFT|RIGHT)?)|APLHAKEY|ARTWORK|BACKGROUND|BLEND|BORDER|BOTTOM(?:LEFT|RIGHT)?|Browser|Button[1-5]?|CENTER|CheckButton|ColorSelect|CoolDown|DIALOG|DISABLE|EditBox|Frame|FULLSCREEN(?:_DIALOG)?|HIGH|LeftButton|LEFT|LOW|Master|MEDIUM|MiddleButton|MOD|Music|OVERLAY|RightButon|RIGHT|ScrollFrame|SFXSimpleHTML|Slider|StatusBar|TOOLTIP|TOP(?:LEFT|RIGHT)?)\1</string>
<string>(['"])(?i)(ADD|Ambience|ANCHOR_(?:BOTTOM(?:LEFT|RIGHT)?|CURSOR|LEFT|NONE|PRESERVE|RIGHT|TOP(?:LEFT|RIGHT)?)|APLHAKEY|ARTWORK|BACKGROUND|BLEND|BORDER|BOTTOM(?:LEFT|RIGHT)?|Browser|Button[1-5]?|CENTER|CheckButton|ColorSelect|CoolDown|DIALOG|DISABLE|EditBox|Frame|FULLSCREEN(?:_DIALOG)?|HIGH|LeftButton|LEFT|LOW|Master|MEDIUM|MiddleButton|MOD|Music|OVERLAY|RightButton|RIGHT|ScrollFrame|SFXSimpleHTML|Slider|StatusBar|TOOLTIP|TOP(?:LEFT|RIGHT)?)\1</string>
</dict>

<!-- WoW widget event handlers -->
Expand Down
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.7",
"version": "1.1.8",
"icon": "images/wow-icon.png",
"publisher": "Septh",
"license": "MIT",
Expand Down

0 comments on commit be3baa2

Please sign in to comment.