Skip to content

Commit

Permalink
ANN
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Mar 16, 2018
1 parent 6bf14f9 commit fb7d819
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Please make sure to read all the comments, as enabling it will affect GoSublime

**Changes:**

## 18.03.16-1
* support for context-aware snippets have now been added in the new version of margo.
just add `golang.Snippets,` to your reducers to enable it.

see https://github.com/disposablue/margo/blob/master/extension-example/extension-example.go

## 18.03.05-1
* if no status is set, the status markers (dots) are no longer shown
* sh-bootstrap.go is now built with `go build` to improve startup time in go1.10
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 = 'a18.03.05-1'
VERSION = 'r18.03.05-1'
ANN = 'a18.03.16-1'
VERSION = 'r18.03.16-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 fb7d819

Please sign in to comment.