Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/language-go

:lock: Go language package for Atom
https://github.com/pulsar-edit/language-go

Prepare 0.44.0 release

7b962c70c0803cb0d0b9497f1e0a1bb2b68f6945 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #117 from atom/wl-no-lookbehinds

Remove usage of lookbehinds

2454d11f7bbdb4e4ab15bba46453448c58282505 authored over 7 years ago by Wliu <[email protected]>
Oops

b22e6a11472137c239929a60ec983a5ae9a62b96 authored over 7 years ago by Wliu <[email protected]>
Specs

d5df99f4589feb85be5a2846f2c149e7fbb0544c authored over 7 years ago by Wliu <[email protected]>
Remove usage of lookbehinds

6de3f61efa8e8afb9ef0d5bc19c797c8469ec9f8 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #112 from atom/wl-unicode

Tokenize variables starting with a non-ASCII letter

7f5dd7b4bcac4b2ac1f4ddb446767a628ebd1d29 authored over 7 years ago by Wliu <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-unicode

# Conflicts:
# grammars/go.cson

7ca85f7c9961384e46662ad0fbe0239faf957c2c authored over 7 years ago by Wliu <[email protected]>
Merge pull request #111 from atom/wl-variables

Consolidate and improve variable matching

896129e52b58f5f956f58002b23fd189a4fbe90c authored over 7 years ago by Wliu <[email protected]>
:art:

394defd924611895af7fa2566f062953bc06ec88 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #113 from atom/wl-indent-brackets-without-word

Don't require a word before an opening bracket when indenting

813dff0ad2f5af6de1d823794daece0f397de3b8 authored over 7 years ago by Wliu <[email protected]>
:art: Move #keywords back for smaller diff

22f0e21d2fd7be438a380ff52413f5574f9f74ca authored over 7 years ago by Wliu <[email protected]>
Handle multi-dimensional arrays with optional length

Fixes #98

eed1277e75be2e7baae82da9c2becc24aea882d0 authored over 7 years ago by Wliu <[email protected]>
Get rid of var lookbehinds

Fixes Microsoft/vscode#22654

0b7c5f94b8b08f28bb0732d14eca123be973f7a9 authored over 7 years ago by Wliu <[email protected]>
Introduce error highlighting for invalid identifiers

27feed2747271835386d0acbc2ec9b82145b4851 authored almost 8 years ago by Wliu <[email protected]>
Don't require a word before an opening bracket when indenting

879e03cb4379d69fbd79a64606ce812f608e6b39 authored almost 8 years ago by Wliu <[email protected]>
Tokenize variables starting with a non-ASCII letter

ee7e72bb8eef32e5e0f72cea5b245454e6a6192c authored almost 8 years ago by Wliu <[email protected]>
Make sure there's a leading var when appropriate

610db117c586def5a93051e5e377702320930daa authored almost 8 years ago by Wliu <[email protected]>
Fix example

34da2ba2fdb342134fa228336d3641960e16e58b authored almost 8 years ago by Wliu <[email protected]>
Consolidate and improve variable matching

* Move all variable matches into #variables
* Prevent unnecessary tokenization (end at the equal...

c7db3247ac9035b8a7dd94a793e9dbd029025f05 authored almost 8 years ago by Wliu <[email protected]>
Prepare 0.43.1 release

262d5171b7edb6452fcfbf232a5f59acd31c1c18 authored almost 8 years ago by Wliu <[email protected]>
Merge pull request #107 from atom/wl-comments-in-imports

Fix comments in imports

56207635439254ca6c31094dcdc07116a8f1a401 authored almost 8 years ago by Wliu <[email protected]>
Merge pull request #109 from db47h/master

Add .go class to entity.name.function

e20836b1041f97dd3f81730090e21bea302f2975 authored almost 8 years ago by Wliu <[email protected]>
Add .go class to entity.name.function

Fixes #108

a5b8cefa35a7e19b3fcff501162587e0fdca5378 authored almost 8 years ago by Denis Bernard <[email protected]>
:bug: Fix comments in imports

Fixes #102

11ad31e78baceaaa09a615780e9d8c64a9a8c166 authored almost 8 years ago by Wliu <[email protected]>
Merge pull request #106 from atom/template-update

:memo: Update issue and PR templates

59de9d8bba1870d620ba7ac74d5d069511770b11 authored almost 8 years ago by Lee Dohm <[email protected]>
:memo: Update issue and PR templates

0b740b49ff09a7170753449088ac8ccbbfe810b5 authored almost 8 years ago by Lee Dohm <[email protected]>
Merge pull request #104 from atom/template-update

Update issue and PR templates

a418a1f4f3cc6e4dc3959c44f9d880b3c0a8e4a1 authored almost 8 years ago by Lee Dohm <[email protected]>
Update issue and PR templates

e133d53ef2b1eac03219330442c4c5544d22f67a authored almost 8 years ago by Lee Dohm <[email protected]>
Prepare 0.43.0 release

fb34e8f859707fb436d4bc1fe3d2a168383374a9 authored about 8 years ago by Max Brunsfeld <[email protected]>
Merge pull request #97 from atom/jf-ensure-imports-have-scope

Add Scope For Alias and Package Name of Import Declarations

757e0a1dc8415bed3d8ae0a44401beb94dbd10b1 authored about 8 years ago by Joe Fitzgerald <[email protected]>
Modify single line regex to be similar to multiline regex

d941ce3155b500e65b4d7fbc53ea51b9c92ec1cb authored about 8 years ago by Joe Fitzgerald <[email protected]>
Add string.quoted, and punctuation.definition scopes

fefa6d1cac3ac42e0392513471c039fa2705eff5 authored about 8 years ago by Joe Fitzgerald <[email protected]>
Add scope for package name of import declarations

b3d8f5542a54cc9449bf749dd9ca514f0a5dbe7e authored about 8 years ago by Joe Fitzgerald <[email protected]>
Merge pull request #96 from torn4dom4n/patch-1

Update README.md

f1d0cb0c30a40163a45437b563745e4c923eee79 authored about 8 years ago by Wliu <[email protected]>
Update README.md

120bde0c0b7390bc4b1a2cc6d48ddfcdee224cf5 authored about 8 years ago by Long Nhat Nguyen <[email protected]>
Prepare 0.42.1 release

e8626ad7bbc0a2f8dd42472e4eee118caa725abe authored about 8 years ago by Wliu <[email protected]>
Remove "main" snippet and replace it with "pkgm" (#95)

Fixes #81.

fa008c6c7bed66494b80b7adfbcbb78581cfb57b authored over 8 years ago by Anders Bergh <[email protected]>
AppVeyor should test against stable & beta

50d90bb94b8f6cbf68bc2382e4a0de6ec62afe7a authored over 8 years ago by Damien Guard <[email protected]>
Enable Windows builds on AppVeyor

73ed7fc95f2d292d29d54f80334c19949502e7cf authored over 8 years ago by Damien Guard <[email protected]>
Merge pull request #85 from celrenheit/context-snippet

Add Snippet to handle Context, ResponseWriter, *http.Request handlers

2152d01b079c095817d394f2bfcbb06e9950c342 authored over 8 years ago by Sander van Harmelen <[email protected]>
Add Snippet to handle Context, ResponseWriter, *http.Request handlers

ed20f7280e9cf4d751a565ae1898091d8a6999aa authored over 8 years ago by Celrenheit <[email protected]>
Merge pull request #84 from kevindeleon/patch-2

Fixes indentation

e764b8ea753f023823c2d2b43e47c9290739801d authored over 8 years ago by Sander van Harmelen <[email protected]>
Fixes indentation

e77a9a32698aa1ac324300107b57ca6d6207fd5f authored over 8 years ago by Kevin deLeon <[email protected]>
Merge pull request #83 from kevindeleon/patch-1

Adds snippet for Go starter template

03467909bd52102e46db7b0f5cc11e4a270400de authored over 8 years ago by Sander van Harmelen <[email protected]>
Adds snippet for Go starter template

11277270a4cb6014c41f4441b98d2ab0c5a8860a authored over 8 years ago by Kevin deLeon <[email protected]>
Prepare 0.42.0 release

2e4343f45ec2de6e72cd0a51ad16a1394f921a38 authored almost 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #79 from davidvgalbraith/fix-decrease-next-indent-pattern

decreaseNextIndentPattern: prevent catastrophic backtracking

669f1d0c01cc72ccae6661d4540ab354e843d002 authored almost 9 years ago by Sander van Harmelen <[email protected]>
decreaseNextIndentPattern: prevent catastrophic backtracking

The capturing group m: (?<m>[^()]*\\((?:\\g<m>|[^()]*)\\)[^()]*)
is prone to catastrophic backtr...

0891ec060a8a7df665787c64a541737710bc4c97 authored almost 9 years ago by Dave <[email protected]>
Merge pull request #80 from svanharmelen/f-tests

Add a test case...

06a9a2021df32c6adec2dd04592b8012275c1cec authored almost 9 years ago by Sander van Harmelen <[email protected]>
Add a test case...

4735fd99cfdd0e626d12389467e023812d3f1c3d authored almost 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.41.0 release

c55a9e8cad55280844bb9b3f02dd65b68f691f16 authored almost 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #76 from svanharmelen/b-var-types

Fixing issue #75

a619c2550b2b1bffab78022cdaab02d00c36ef09 authored almost 9 years ago by Sander van Harmelen <[email protected]>
Fixing issue #75

Fixes #75 and adds a test for it…

93594dfb138a664f0914d54e408527e136899fb2 authored almost 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #71 from svanharmelen/b-multi-var-scope

Add an additional test

8062238f833d929e0d0acde4e9df7b615ff1bd4c authored almost 9 years ago by Sander van Harmelen <[email protected]>
Add an additional test

b8f654101b2fee1d9bf868180e9ca2d48ed167be authored almost 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.40.0 release

a60f352407133ad77584bc95a9d9ac32fc1c587c authored almost 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #67 from svanharmelen/b-multi-var-scope

Fixes issue #66

9a69dbdb85b36c59f79134465f357dd006f23f74 authored almost 9 years ago by Sander van Harmelen <[email protected]>
Fixes issue #66

d3a7eb9af2173a7bbf6bde0b7dd25caffa1a570b authored almost 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.39.0 release

e65b6126f64f841462931545c1ab948315431a62 authored about 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #64 from svanharmelen/b-fix-var-and-const

Fix scopes for variables and constants so they are highlighted correctly

d1c380c9f904448fb5cfd48ae07be7b5d3cc381b authored about 9 years ago by Sander van Harmelen <[email protected]>
Fix scopes for variables and constants so they are highlighted correctly

86aeed0221b0559cd37ffffef59cd269f2f60446 authored about 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.38.0 release

cb492a083ad6dec347ff6e445701b5ad89129a7c authored about 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #63 from svanharmelen/f-improve-used-scope-names

Refactor scoping to better match the TextMate guidelines

7263b8c0ffbd18a9c6edee39d92eb246d546d46c authored about 9 years ago by Sander van Harmelen <[email protected]>
Refactor scoping to better match the TextMate guidelines

- Improve scope names used
- Improve regexps to better match the language specs descriptions
- P...

2bceace54b524510ac4350a99b7f02b0ad2cd1e8 authored about 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.37.0 release

7ce434c4df82d85b26026a1540153c8fe7b861c1 authored about 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #59 from svanharmelen/master

Improving the regexps for the delimiters

a770fab68637c81352b841ad853ae9a61c72d1eb authored about 9 years ago by Sander van Harmelen <[email protected]>
Improving the regexps for the delimiters

This way the ordering doesn’t matter, they will be matched correctly
without overlapping with ot...

96f2ef0390934b84025048c00b69bc97e5800705 authored about 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.36.0 release

4d79443737f49a1c49e9cee6a1b5e072b57eb137 authored about 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #58 from svanharmelen/fix-issue-33

Fixes issue #33

ced214b591b12a91cf57a946a7d94266214e73d8 authored about 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #57 from svanharmelen/func-decl-scope

Update the scope used for function declarations

c35e67df724bbd3e8e276af7c69160ef3ff1eef8 authored about 9 years ago by Sander van Harmelen <[email protected]>
Fixes issue #33

By making the matching more precise (and so more correct) as
@joefitzgerald suggested.

The test...

f2a34e7acfdce5fb9ef8b36ea5691d1fcdf65cb1 authored about 9 years ago by Sander van Harmelen <[email protected]>
Update the scope used for function declarations

d7aeb374d43b2de05d662def7de0bdf400150d5e authored about 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.35.0 release

cac041669555e0384111e44e44f313bc52392898 authored about 9 years ago by Kevin Sawicki <[email protected]>
Use begin/end patterns for // comments

This allows injections grammars to match in between
such as the language-todo package.

Closes a...

e5180ac1faab5007f036f716de4650dc75f68d16 authored about 9 years ago by Kevin Sawicki <[email protected]>
Prepare 0.34.0 release

0c64b93befa090e0b1d6513698a643aa13052720 authored about 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #56 from svanharmelen/b-snippets

Small bug fix for new snippet

df1bc7f8407a40d3a1d6413049faddd7d791e190 authored about 9 years ago by Sander van Harmelen <[email protected]>
Small bug fix for new snippet

6d6c8cb8c29263de33e3b6f1d85c7fdb075438a3 authored about 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.33.0 release

bd0bcf13d44f0a6748424cb26e469b58d839f5cc authored about 9 years ago by Sander van Harmelen <[email protected]>
Merge pull request #55 from svanharmelen/snippets

Generalising and tweaking snippets

a6a571cdaa0f1f74bb07eebb7df9030a2e9334e4 authored about 9 years ago by Sander van Harmelen <[email protected]>
Generalising and tweaking snippets

None of the prefixes changed, so all snippets are still called by the
same prefix they currently...

bceadab90d3940b114700e21d6af9960109be3fe authored about 9 years ago by Sander van Harmelen <[email protected]>
Only build pushes on Travis for master branch [ci skip]

c7d1754f5844f523cbcd6163d75bc929b67ef5c7 authored about 9 years ago by Machiste Quintana <[email protected]>
Merge pull request #54 from svanharmelen/snippets

Add two new snippets and update an existing one

2c3cd3fd697fa391b47132764fe7e33b5e969044 authored about 9 years ago by Sander van Harmelen <[email protected]>
Add two new snippets and update an existing one

5d67be0b12d52cf95add4b35d897b7712a8081b4 authored about 9 years ago by Sander van Harmelen <[email protected]>
Prepare 0.32.0 release

88da89969324732d375356f91c969c532a433db8 authored about 9 years ago by Wliu <[email protected]>
Merge pull request #52 from Victorystick/master

Fixed highlighting of brackets, punctuations and identifiers.

564f13e36e0f03440ce2ed2715cf89fb564afc01 authored about 9 years ago by Wliu <[email protected]>
Merge pull request #50 from svanharmelen/b-continuation-indents

Add a comma to the regexp

936c1f670ad1fd8f719b2fdf2d40acb87f68c306 authored about 9 years ago by Wliu <[email protected]>
Added test for the indent patterns

dadcd51fb9598bbb1cf38857b5ee4494adb759c1 authored about 9 years ago by Sander van Harmelen <[email protected]>
Made package name regex more robust

8ac94d6abbf8f9b4340d53c4cd57b74f7a79114b authored about 9 years ago by Oskar Segersvärd <[email protected]>
Removed `;` from operators list.

02ec1f187050b3e1a43c7a0d2f6c076f70f70af8 authored about 9 years ago by Oskar Segersvärd <[email protected]>
Merge pull request #53 from raphaeljlps/patch-1

Add 'test' snippet

cbf2337d829e33b3920cd994bb3f130ab2072e07 authored about 9 years ago by Wliu <[email protected]>
Update language-go.cson

35aba2f7c9e8044ae9e39ab2e1f33ecc4f4e8e0c authored about 9 years ago by Raphael J. Lopes <[email protected]>
Update language-go.cson

change to test function the label

4314a5986e273ae4bc854716fc4d959a8ac39c0f authored about 9 years ago by Raphael J. Lopes <[email protected]>
Update language-go.cson

9249054207c25eee9635aee4fdb06a483451ab94 authored about 9 years ago by Raphael J. Lopes <[email protected]>
Forgot to revert specs.

602333282b206448bd3d09c3278804fe7c4a9a62 authored about 9 years ago by Oskar Segersvärd <[email protected]>
Adjustments after feedback from @svanharmelen

* Stick to naming conventions. `;` == `meta.terminator.semicolon.go`.
* Ensure package names don...

afdbccf350a9ad8eb983fab3b4659d7465d6ac5a authored about 9 years ago by Oskar Segersvärd <[email protected]>
Prepare 0.31.0 release

1dfe8ae173efc77185d41c51bedcfe564fce4997 authored about 9 years ago by Wliu <[email protected]>
Merge pull request #51 from ae0000/master

added snipppet "fmt printf" for printing via %+v

acb94c4dbaa453b2ebb2fb582a194958f13b253e authored about 9 years ago by Wliu <[email protected]>
Fixed highlighting of brackets, punctuations and identifiers.

Addresses issues #32 and #35.

fc6e8493306d2da3d767abf3fa3629e02769af2c authored about 9 years ago by Oskar Segersvärd <[email protected]>
adding "#" to get "%#+v"

88f4ee6c1f24713525bc0e13314c193e3694d640 authored about 9 years ago by Andrew <[email protected]>
added snipppet "fmt printf" for printing via %+v

d847282ca8487928a4fe5e46a1fcb1c65863cf36 authored about 9 years ago by Andrew <[email protected]>