Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/second-mate

TextMate helpers, under WASM
https://github.com/pulsar-edit/second-mate

Merge pull request #54 from atom/mb-remove-grammar-selection

Remove grammar-selection functionality

2749728f04bf45764af10ba633f2718d432ba68d authored about 9 years ago by Max Brunsfeld <[email protected]>
4.2.0

14d2db142341e63204e6b2ee6559960cc06ea809 authored about 9 years ago by Kevin Sawicki <[email protected]>
:art: Change flow to check for # in include once

c0b9f62514938a15d0c24e34f7bb2ef1cad81250 authored about 9 years ago by Kevin Sawicki <[email protected]>
Add coverage for scope#rule update tracking

2294b878611c409e70454dd2079bbfbc142d17c9 authored about 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #53 from hansonw/master

Allow including repository patterns from other grammars

6ec49eac189cb954b44d2268d8c0dc6130afaee0 authored about 9 years ago by Kevin Sawicki <[email protected]>
Allow including repository rules from other grammars

23e7fcf191c45afcbab921c6fea2b3cb969c3b0a authored about 9 years ago by hansonw <[email protected]>
Only build pushes on Travis for master branch [ci skip]

951a4c9270f981a362c199854ad1334da7d18420 authored about 9 years ago by Machiste Quintana <[email protected]>
:fire: Remove grammar-selection functionality

This code was previously partially-overridden in Atom. Now it is
totally overridden.

5501d5c515895bbaea81ea483c134145e4eb1efd authored about 9 years ago by Max Brunsfeld <[email protected]>
Remove --harmony_collections from test command

8da9ce15f5c284f017b1ec1684f803c70b8b6d26 authored about 9 years ago by hansonw <[email protected]>
4.1.8

25d5d1c79f48b3e8d311b7a799877bc5a9a845e2 authored over 9 years ago by Nathan Sobo <[email protected]>
Merge pull request #49 from atom/ns-avoid-loop

Avoid endless loop when rule is pushed and popped without advancing

c1519f6e4abfa14bf7a29dc1704dffc384f2eafc authored over 9 years ago by Nathan Sobo <[email protected]>
:art: fix spec description

e21c396ee4db8ac870f1fcea06a4cd72c4554bd2 authored over 9 years ago by Nathan Sobo <[email protected]>
Stop parsing if we push and pop a rule without advancing

a1977776d8b8b065a81d849ef05dd1d6eadce34a authored over 9 years ago by Nathan Sobo <[email protected]>
Fix issue with infinite loop due to the rule that doesn't consume and gets pushed and popped

f0531a0466e516ff8a18a1cee5558f57edc444f0 authored over 9 years ago by Alex Dima <[email protected]>
4.1.7

bea979cac630c245119f20d923fd5c46820cb940 authored over 9 years ago by Nathan Sobo <[email protected]>
Check if position exceeds line length before checking max token count

Previously, if we were at the end of the line *and* at the max token
count, we could accidentall...

72a88a41409a98ac43caf36e9927766f58d6f72b authored over 9 years ago by Nathan Sobo <[email protected]>
4.1.6

65ec27cce69fbf44c4aec5c2c12fdab0d1099f28 authored over 9 years ago by Nathan Sobo <[email protected]>
Close scopes properly when aborting an infinity loop condition

Fixes atom/atom#7012

1c2b006ed2bf119f2662e87f64a3b21beca481e9 authored over 9 years ago by Nathan Sobo <[email protected]>
4.1.5

1b20bc9828192d3235c6242d8c3c866dab245096 authored over 9 years ago by Nathan Sobo <[email protected]>
Close all newly opened scopes when bailing out of tokenizeLine early

94604652a81cfebb5eae57e7d7c666905912f19f authored over 9 years ago by Nathan Sobo <[email protected]>
4.1.4

acc78be8cb562e7aa54b5eb33a0d466d02a78c90 authored over 9 years ago by Nathan Sobo <[email protected]>
Accept start or end scope ids in GrammarRegistry::scopeForId

Also, make explicit builder methods for start/end ids.

6d0621a86bb4e42ab3c22c327055208354cfc38f authored over 9 years ago by Nathan Sobo <[email protected]>
4.1.3

35dd169143c1e326b2da1a741b4e4067537556fe authored over 9 years ago by Nathan Sobo <[email protected]>
Store fully resolved scope names in ruleStack so they can be closed

e646cfbac450b733a9be4f07f45b334b651cc8aa authored over 9 years ago by Nathan Sobo <[email protected]>
4.1.2

43d73a8d86ebc5525890ffc4276fe88b1cf94b22 authored over 9 years ago by Nathan Sobo <[email protected]>
Close any scopes left open in capture rules

24067cf7c5a274f6f01e956ea1f8813db04d9626 authored over 9 years ago by Nathan Sobo <[email protected]>
4.1.1

793582926200c0bd21ad7d3702c1af10a960669b authored over 9 years ago by Nathan Sobo <[email protected]>
Account for open scopes in tokens shim result

Since this has overhead, I’ve also added a compatibilityMode parameter
that will disable the spe...

ca9f3e848e4ccdcb337ab72b082d8cd0421254a5 authored over 9 years ago by Nathan Sobo <[email protected]>
4.1.0

ae95d12a26d199aada31d6004abdec462ae0ff25 authored over 9 years ago by Nathan Sobo <[email protected]>
Make compatible with 3.x API so Atom language package specs pass

5b27a0867b9d354f61a2b031068beab82ace80f8 authored over 9 years ago by Nathan Sobo <[email protected]>
4.0.0

ec4d13ec776149fcda7d4f8ff9432bb95636d8ab authored over 9 years ago by Nathan Sobo <[email protected]>
Merge pull request #45 from atom/nested-words

Represent parse results as an array of integers instead of token objects

89340f82701fe76c825c4f68b893028b235dc8f7 authored over 9 years ago by Nathan Sobo <[email protected]>
Get benchmark working with tags instead of tokens

e296df4774b0d1c2e422dbdef7c2f668bef4c43f authored over 9 years ago by Nathan Sobo <[email protected]>
Get benchmark working on Node 0.12.x

84f0fbb2b2e147a8a22afcb127c86ad326fd098e authored over 9 years ago by Nathan Sobo <[email protected]>
Update README for new tags API

ce55d95979334f52730389a98c2417452586eb34 authored over 9 years ago by Nathan Sobo <[email protected]>
Rename decodeContent to decodeTokens

8c58a932644af0cb180db474b0693d06794fe9f3 authored over 9 years ago by Nathan Sobo <[email protected]>
Allow callback to be passed to GrammarRegistry::decodeContent

676695fc9ded2005fc651fb37eae5225a22ed16a authored over 9 years ago by Nathan Sobo <[email protected]>
Represent line scopes as an array of integers

Previously, I was representing the content of a line as a mix of strings
and integers. This comm...

41b116a24dfc5030fc4b100631bdc538fc38ed9d authored over 9 years ago by Nathan Sobo <[email protected]>
Store scopes and tokens as integers and strings in a flat array

Instead of token objects, we now represent tokenized content as a
sequence of scope begin/end ta...

6bd3026687b1a232b8f18fee86f1eedd61382d66 authored over 9 years ago by Nathan Sobo <[email protected]>
3.1.0

fd2004902a0185c7c6ca572e40bb13d0fa0d2246 authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #41 from atom/ks-support-excluding-deprecated-apis

Support excluding deprecated apis

14487a22e688b305f53746fa95ff42c1d26c7b32 authored over 9 years ago by Kevin Sawicki <[email protected]>
:art:

db1e2148a511759954a70ec85cd84988995d6de8 authored over 9 years ago by Kevin Sawicki <[email protected]>
Add explicit returns

bd3c262697602ef0c217b71fd8f964014d9e5290 authored over 9 years ago by Kevin Sawicki <[email protected]>
Exclude deprecations in specs

be338f933cf640518f284c50c16c07b26d9970dd authored over 9 years ago by Kevin Sawicki <[email protected]>
Conditionally exclude deprecated APIs

53a4336ef33dfa72776ee665d3e42e68028f9243 authored over 9 years ago by Kevin Sawicki <[email protected]>
Only require emissary deprecations enabled

3c2dd07b82bc03b834b2f99ac84ddb5d34628e42 authored over 9 years ago by Kevin Sawicki <[email protected]>
Remove unused function

b3b54458673e443d3d1048ae67f289ef54f14e84 authored over 9 years ago by Kevin Sawicki <[email protected]>
:arrow_up: [email protected]

a6c3726d6dfa16f38ea14f500cc7fa612a842f71 authored over 9 years ago by Kevin Sawicki <[email protected]>
3.0.1

a9226c624d9a2d37dcc6f47fc60ecf6606131d72 authored over 9 years ago by Kevin Sawicki <[email protected]>
Don't error when calling deactivate before activate

Closes atom/settings-view#448

fdb6ef55df739bb93ec5ba7889c68a227ade6ec8 authored over 9 years ago by Kevin Sawicki <[email protected]>
3.0.0

17be5ef0551f448df77395ae8a9659118f2b2002 authored over 9 years ago by Cheng Zhao <[email protected]>
:arrow_up: [email protected]

9560548dba96d3a518959fe5518af16e1f92330c authored over 9 years ago by Cheng Zhao <[email protected]>
2.2.5

349f27bee40f8422d614eeb80356022abe38ec69 authored over 9 years ago by Kevin Sawicki <[email protected]>
Use rule stack returned from tokenizeline

fe06efc13ff55f39b614d529ba8d7fe544e2ec9c authored over 9 years ago by Kevin Sawicki <[email protected]>
Assert arrays are not the same

ed1263307ebc54aeaac6dc9736c1d37bffdf6cb8 authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #33 from atom/da-fix-max-tokens-stack

:bug: Fix wrong scopes applied to lines following a very long line.

7a12effa99f833c7499a00a514107327b0390ea1 authored over 9 years ago by Kevin Sawicki <[email protected]>
Update spec

5e76d0501f3c3953c710662550f192f6f33fa938 authored almost 10 years ago by postcasio <[email protected]>
:bug: Fix wrong scopes applied to lines following a very long line.

Make sure the rule stack is copied, so that modifying it does not modify the
original. This was ...

627c97e98c58f4f23cfee185dc3bf544e89d5441 authored almost 10 years ago by postcasio <[email protected]>
2.2.4

f4156167dac7f31233875c65d90571515cbeade6 authored almost 10 years ago by Kevin Sawicki <[email protected]>
:arrow_up: [email protected]

de26b1898775328e7405975829a72a3907d665a8 authored almost 10 years ago by Kevin Sawicki <[email protected]>
2.2.3

4f68b3cdc8dd5b4b834f8b543947f13467abcad6 authored almost 10 years ago by Kevin Sawicki <[email protected]>
Create Injections instance last

This was previously being created before other instance variables
were initialized which would c...

0631cc551f79bf7f53df90b86a5e2fc371abd13d authored almost 10 years ago by Kevin Sawicki <[email protected]>
2.2.2

be47d4f875458247217a8056c784fbfc90ef787b authored almost 10 years ago by Nathan Sobo <[email protected]>
:arrow_up: event-kit to 1.0

e637fc605e5a22692ca56b0a64a991f850d8ee05 authored almost 10 years ago by Nathan Sobo <[email protected]>
2.2.1

c1afebb322a7150c4dcd81f5b46950599cc1ed55 authored almost 10 years ago by Nathan Sobo <[email protected]>
:arrow_up: grim to 1.0

a40bc8809d99a681d729b38e1576fc3145c10929 authored almost 10 years ago by Nathan Sobo <[email protected]>
Merge pull request #30 from atom/iz-punctuation-typo

Correct punctuation typo

9e588c3a8c5afd99132f78693d26352e73fc0664 authored about 10 years ago by Kevin Sawicki <[email protected]>
Correct punctuation typo

Related to https://github.com/atom/language-sass/issues/28

14a86c7b9910a3054ac7b28f8309167320d993a7 authored about 10 years ago by Ivan Žužak <[email protected]>
2.2.0

a56b01a3ca27b7e68fcca6102e398c3572591fdd authored about 10 years ago by Nathan Sobo <[email protected]>
Return a Disposable from GrammarRegistry::addGrammar

6dfa172c1225e0c76c607bfc0768e4c2c735b3e4 authored about 10 years ago by Nathan Sobo <[email protected]>
2.1.2

ef391f4dbd2238b347e6a12fd00d39b21a63a06e authored about 10 years ago by Kevin Sawicki <[email protected]>
:racehorse: Flatten segments directly

507a04a4e8d0cddd74f1bad89fb853552ff85406 authored about 10 years ago by Kevin Sawicki <[email protected]>
Treat string as single length array in ScopeSelector::matches

This was intended to be supported but the previously spec
was insufficient and only covered the ...

c93a4fd586f996cf65445e35455d50229dc3925d authored about 10 years ago by Kevin Sawicki <[email protected]>
Prepare 2.1.1 release

945cab63504ffa2ec8455477c2bd98d98862e06a authored about 10 years ago by Ben Ogle <[email protected]>
Merge pull request #28 from atom/bo-doc-refresh

Organize the docs a bit

dfe5e11f61e01583da92c9b162b23c1581b6513a authored about 10 years ago by Ben Ogle <[email protected]>
Grammar API stuff is extended

3692ba6688890a36a2f359e196fdcb019b5631af authored about 10 years ago by Ben Ogle <[email protected]>
Add sections to Grammar

f0f05e703b2cc0a708175256df0e4aaaff6f6ac7 authored about 10 years ago by Ben Ogle <[email protected]>
Move add to be above remove

10f7a371c21cd88c96abe984d05753a9ad3d6318 authored about 10 years ago by Ben Ogle <[email protected]>
Add sections

dcf85fb444dcec6a29f4aca7aa05237300090b17 authored about 10 years ago by Ben Ogle <[email protected]>
Remove old event docs

56b9d8f3c45c403e4b568b8603f78aa0be92cd73 authored about 10 years ago by Ben Ogle <[email protected]>
2.1.0

bac7d18e3f713c45b25ad3a751a33a6a91e82e80 authored about 10 years ago by Nathan Sobo <[email protected]>
Merge pull request #27 from atom/ns-event-methods

Add event methods

f18b7663917e31f923d9a2a8ad39fd2b2f1913bf authored about 10 years ago by Nathan Sobo <[email protected]>
Replace emitter on Grammar::deactivate so object can be reused

2f9323102a6e9f38253b3750b9d792b0a518663b authored about 10 years ago by Nathan Sobo <[email protected]>
Add GrammarRegistry::clearObservers for specs

c44b256ce556eae440f72ebde81679a886f3e1b3 authored about 10 years ago by Nathan Sobo <[email protected]>
:pencil: Doc event subscription methods

a663b98fb168aeb1bb711cd8906828d652bb989b authored about 10 years ago by Nathan Sobo <[email protected]>
Deprecate ::on methods

b5363c1e56133d715340db7515104783c35eebed authored about 10 years ago by Nathan Sobo <[email protected]>
Add event subscription methods

16f5cb41b1c2e5b1c79aaf4a82800126f6cb995e authored about 10 years ago by Nathan Sobo <[email protected]>
2.0.6

2b4aa811a793b656eaf2b8174416fb28985e4e4b authored about 10 years ago by Ben Ogle <[email protected]>
Add upgrade-atomdoc to the prepublish script

de92f5814d2c44c7ed1332d2e635cc3d0ad61bc6 authored about 10 years ago by Ben Ogle <[email protected]>
2.0.5

2feacb50dc46a23f86015444242689865d969ad0 authored about 10 years ago by Ben Ogle <[email protected]>
Fix doc strings

cf9e9bf17e02b58efe17d47ccf606a245535fd48 authored about 10 years ago by Ben Ogle <[email protected]>
Upgrade to grunt-atomdoc 1.0

69edcaec4934b51d54577dd7d8eccc470a9ed57f authored about 10 years ago by Ben Ogle <[email protected]>
2.0.4

a9e157c66c3d96e5146a58e1b14c0de93b2d007a authored about 10 years ago by Kevin Sawicki <[email protected]>
:memo: Convert docs to atomdoc

b5f3c93094c4b32c0732901318a60372d5805cad authored about 10 years ago by Kevin Sawicki <[email protected]>
Merge pull request #26 from PeterDaveHello/patch-1

make CI build faster

c84f6cab69eee4a7e822342b30e8ee5fdb50e22d authored about 10 years ago by Kevin Sawicki <[email protected]>
make CI build faster

dea86c5762fd40779a905bf3749e4eae8dcc0210 authored about 10 years ago by Peter Dave Hello <[email protected]>
2.0.3

37aed18df8ecb48174543b6ea1211c1916954c93 authored about 10 years ago by Kevin Sawicki <[email protected]>
Generate an api.json during prepublish

9169fd7cbb2ac5b1958e93b6156ad1a59f17dc22 authored about 10 years ago by Kevin Sawicki <[email protected]>
2.0.2

545c9f56ff1d45f9d1593565ccd32b8ff5bea3c6 authored about 10 years ago by Kevin Sawicki <[email protected]>
Merge pull request #22 from atom/chrome35

Upgrade to [email protected]

cbfd206db6071321928a3e26878523974acf1f8e authored about 10 years ago by Kevin Sawicki <[email protected]>