Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
richjyoung committed Nov 12, 2019
1 parent a5cbb1c commit 17e7c63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased]


## [v1.0.4]
- Fix bug whereby only lowercase names were suggested.

## [v1.0.3]
- Re-release due to error in changelog.

Expand Down
2 changes: 1 addition & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
["\"", "\""],
["'", "'"]
],
"wordPattern": "(?<!\\\\)\\b([0-9a-z]+[0-9a-z_]*)\\b(?!\\\\)|(\\\\([0-9a-z]+[0-9a-z_\\\\]*)\\\\)",
"wordPattern": "(?<!\\\\)\\b([0-9a-zA-Z]+[0-9a-zA-Z_]*)\\b(?!\\\\)|(\\\\([0-9a-zA-Z]+[0-9a-zA-Z_\\\\]*)\\\\)",
"indentationRules": {
"increaseIndentPattern": "\\b(begin|is|port|else|loop|generate|then)\\b",
"decreaseIndentPattern": "^\\s*(elsif|else|end|begin)\\b"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Modern VHDL",
"description": "VHDL Language Support",
"publisher": "rjyoung",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"icon": "images/logo.png",
"engines": {
Expand Down

0 comments on commit 17e7c63

Please sign in to comment.