Skip to content

Commit

Permalink
r17.12.08-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Dec 8, 2017
1 parent 749ac22 commit 4bb4126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ GoSublime Changes
-----------------


## 17.12.08-1
* fix broken commenting when the Go package is disabled

## 17.11.27-1
* use the old GS syntax definitions instead of the new ones from ST to avoid regressions

Expand Down
4 changes: 2 additions & 2 deletions gosubl/about.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import re
import sublime

ANN = 'a17.11.27-1'
VERSION = 'r17.11.27-1'
ANN = 'a17.12.08-1'
VERSION = 'r17.12.08-1'
VERSION_PAT = re.compile(r'\d{2}[.]\d{2}[.]\d{2}-\d+', re.IGNORECASE)
DEFAULT_GO_VERSION = 'go?'
GO_VERSION_OUTPUT_PAT = re.compile(r'go\s+version\s+(\S+(?:\s+[+]\w+|\s+\([^)]+)?)', re.IGNORECASE)
Expand Down

0 comments on commit 4bb4126

Please sign in to comment.