Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/bracket-matcher

:lock: Jump to brackets
https://github.com/pulsar-edit/bracket-matcher

Fixes reverse brace/bracket matching

Fixes #116

71da081863aa29b20d87ababe530edeb9649b197 authored about 8 years ago
Merge pull request #261 from torn4dom4n/master

Appveyor test

a26c15ff6e0e5f432beca31a4b7725df3866bec7 authored about 8 years ago
Compile and test against stable & beta, x64 & x86

bb499879ac303d486f2cb4ff447b561225fcb8b8 authored about 8 years ago
Prepare 0.85.0 release

887eea5f7e9dfa6c722925fe0b00fce0d4019375 authored about 8 years ago
Merge pull request #249 from potto007/custom-pairs

Customize matching pairs - add to or remove from the package defaults

075251fc2d36bd71b139a2ca153f67313cc052d5 authored about 8 years ago
A few more README changes

efb110cd3f04cbb577564e05a73a514298fd1a2d authored about 8 years ago
Minor fixes to readme.

50f8491e94047c7e6dd0502b57cb3b03ce40f2e0 authored about 8 years ago
Remove unnecessary config listeners. Readme fixes.

9ce4eed518862227eb4bb5614b789c79cee229fe authored about 8 years ago
Updated readme with name change.

4f58824962ec886660982989359ea1bcbc06927f authored about 8 years ago
updating naming of Pairs To Indent -> Pairs With Extra Newline

eb4145607a9f8efeb8f82b2be431e3c3727452be authored about 8 years ago
Fix broken test and update documentation.

- Fix test setup ordering to make active rootScopeDescriptor correct for scope tests.
- Updat...

4b4386113a07d6188e052253933ac886b485a9f1 authored about 8 years ago
Fixed test to correctly check quoted bracket behavior.

0b606c2905299a414430300afbe98d4a980e3f47 authored about 8 years ago
Merge branch 'master' into custom-pairs

2ebab5d9e15b9e7e704bb6c50ba99973f30bb2a2 authored about 8 years ago
Prepare 0.84.0 release

ed38cdf817bf6a9d9a45957c60c813112735b80d authored about 8 years ago
Revert "Add test that describes behavior when cursor is followed by whitespace"

This reverts commit 0be286a5e3156c20c44eb1d74e6833c2b155e9a6.

bb0eac2fcf8ba0b589421c21c389b4221a51fa88 authored about 8 years ago
Revert "Merge branch 'master' of https://github.com/adralioh/bracket-matcher into adralioh-master"

This reverts commit 96b8f15d528ba5720aac7d5b53567c7d96b2ba52, reversing
changes made to cbda4b82...

84643a94d91d29ff3a652cd7d11ddc9b21929afc authored about 8 years ago
Revert "Add description of autocomplete behavior to README"

This reverts commit e3bdb8f82b6cfe83ece255468b51abd283cec3d6.

c4feeb309416d2ff53cf77aaeb04351c042e299e authored about 8 years ago
Revert ":art: rename variable"

This reverts commit 540d2f0e4dae19e931e13afbe37e173ee2b16f2d.

8fb8bb6311640885bdfb9132cccb62eb35aeea66 authored about 8 years ago
Revert "Add link to new section"

This reverts commit 0f70a7e70f3b50d048d8df6fc426d4b74b5499ca.

f5059ace99c98d5fc96b9ba35a389bdc0b3e9e8d authored about 8 years ago
Prepare 0.83.0 release

83d6059a12c16983fe3489ca023911cb1d2f77e0 authored about 8 years ago
Add link to new section

0f70a7e70f3b50d048d8df6fc426d4b74b5499ca authored about 8 years ago
Add description of autocomplete behavior to README

e3bdb8f82b6cfe83ece255468b51abd283cec3d6 authored about 8 years ago
Add test that describes behavior when cursor is followed by whitespace

0be286a5e3156c20c44eb1d74e6833c2b155e9a6 authored about 8 years ago
:art: rename variable

540d2f0e4dae19e931e13afbe37e173ee2b16f2d authored about 8 years ago
Merge branch 'master' of https://github.com/adralioh/bracket-matcher into adralioh-master

96b8f15d528ba5720aac7d5b53567c7d96b2ba52 authored about 8 years ago
Merge pull request #253 from john-f/fix-matching

Fix incorrect matching of quoted and commented brackets

cbda4b82e58a1c737be1a17061dcd9b4f8d6fa96 authored about 8 years ago
Merge commits from upstream

d5cc17bcbd045056b381748f36cbc23654e0b523 authored about 8 years ago
Fix incorrect matching of quoted and commented brackets

Also fixes incorrect matching of brackets in regular expressions.

Also adds tests for these cases.

47ad09fbebb812c4f0c15d9c4957edddfaa7bb2a authored over 8 years ago
Avoid repeated match update when cursor moves

Also, fix highlight behavior when a new cursor added,
so that the highlight is always based on t...

bbde1ff2bf1c3145f3ddd98a425a6f05795023f5 authored over 8 years ago
Merge pull request #104 from Pugio/master

Signed-off-by: Max Brunsfeld <[email protected]>

5a1dd141b777c7295f1834e86cc3c28d1a90181b authored over 8 years ago
Merge branch 'master' of https://github.com/Pugio/bracket-matcher into Pugio-master

1f2c8d8562d0f0011010a200718a9e21c5f57ffe authored over 8 years ago
Collapse smartquotes into autocomplete pairs and remove distinct config option.

33214a2d0a66127f8c0467565a5a8caf43060f62 authored over 8 years ago
Refactor per PR review comments.

079141d2ec47e65c9cf4690dc4987616730a638d authored over 8 years ago
Clean out the lint trap.

72af4417869dcd4db638816fe6027e2bd1c5f8f8 authored over 8 years ago
Update readme to reflect changes.

1c397bb38345dab463f2ccd30a477506d5273314 authored over 8 years ago
Add tests.

7c8f423f87f8eca9f166a9c7f41fbb0ad870f4f2 authored over 8 years ago
Observe config changes in scope for current editor.

1bb7a9b6179b6e533ae0ac34ab3a3a9e792bcee5 authored over 8 years ago
Optimize by subscribing to config changes.

6a52f4b0ce653a3cfd3ea0b31ed3fa3a87cf21b3 authored over 8 years ago
Add highlighting to custom pairs.

7c6420aabe8a39aac082259bf9ff5adb79d6b936 authored over 8 years ago
Add ability to add and exclude pairs

27650d646cf3c0bf96186cba7fde5f8dae17bb09 authored over 8 years ago
Merge pull request #247 from Ingramz/master

Remove unused variables

0770f427e315c1746d001f8a4cd76ff4919e0631 authored over 8 years ago
Remove unused variables

99ee0da1f625d716829f091454a99194e8f941ae authored over 8 years ago
Prepare 0.82.2 release

3875f6bdf47e37f8ad16918fd15e5372d079c429 authored over 8 years ago
:arrow_up: first-mate

Signed-off-by: Nathan Sobo <[email protected]>

cbaf939eaaeea9c4ed286fc4ab1adae9e55ccadf authored over 8 years ago
Enable Windows builds on AppVeyor

c272a33c64680f3f2649f242162adffc9f68820d authored over 8 years ago
Prepare 0.82.1 release

b2eb7c62c7b87324d979628405200524cf5f630f authored over 8 years ago
Merge pull request #229 from moreginger/feature/namespace-prefix-completion

Include namespace prefixes in unclosed tags

3a05bddd15714117b6b2c4106e702368720cecae authored over 8 years ago
Added test with namespace prefixes for tagsNotClosedInFragment.

Also added test for preexisting behavior with incomplete tags.

1ffd43b1d8ab1b2c57b4825bbe98719a6848e32e authored over 8 years ago
Include namespace prefixes in unclosed tags

Fixes issue where <foo:bar> was closed with </foo>

f576f174c848fce3cddd8fc4c20c3064a406ed4d authored over 8 years ago
Prepare 0.82.0 release

bb074134f36cbc62b3591c5f45060a5418ed15c0 authored almost 9 years ago
Merge pull request #223 from deprint/scoped-settings

Allow scoped settings

2d8b7ede549484e0f5ddcfcfa5ce06c7429718c7 authored almost 9 years ago
Add spec for wrapSelectionInBrackets and backspace

58a029f9d9be649f50dc84ff2b580391d81548a1 authored almost 9 years ago
Allow scoped settings

26d598d607bdfb899932b45f4b867820a53ba552 authored almost 9 years ago
Prepare 0.81.0 release

f55f6606dd915686b66db4948f13f080ac65dc31 authored almost 9 years ago
Merge pull request #221 from keathley/elixir-support

Enable bracket matching for elixir

7963dfdd34bef7d5cd3053a491468a6d14e7c325 authored almost 9 years ago
Add elixir scopes

23fac9b70b4ca639fd4a7f93bf2471f55c526108 authored almost 9 years ago
Prepare 0.80.1 release

5582dec53cb7b0290cc75f66b7d0ec94014302b3 authored almost 9 years ago
Merge pull request #219 from atom/mkt-fix-this-text-editor-has-been-destroyed

Clean up view subscriptions when editor is destroyed

820fa06efbf93f434e39438cb222297b00e7f891 authored almost 9 years ago
Clean up view subscriptions when editor is destroyed

Fixes #218
Fixes atom/atom#10957

501d216a6c127e038086faf989ba224ea70f885a authored almost 9 years ago
Prepare 0.80.0 release

2bfdc7344117bb2b91d101d13906a3d0531089bd authored almost 9 years ago
Merge pull request #212 from atom/as-use-new-buffer-apis

Make updating matches faster for multi-cursor editing

c09872bd67496ab0aa008d961551d2f6efa62bf2 authored almost 9 years ago
:green_heart: Make the change backwards-compatible

490c727fccc6c76895a6d554c6950e16af96da6c authored almost 9 years ago
:racehorse: Use buffer.onDidChangeText

Also, avoid updating the bracket matcher when the
cursor moves because of a text change. That
sc...

92141b3e2ef4a5721ac10324f5fb3429ee08ecc9 authored almost 9 years ago
Prepare 0.79.1 release

ce28ce13690c3e9c964ae9bd13187cd759a9793b authored almost 9 years ago
Merge pull request #197 from atom/mb-move-config-schema-to-package-json

Move config schema to package.json

0e5352262945b4b0c62488956060f64bc5f64ca8 authored almost 9 years ago
:art: Fix indentation

923d34994ac96df02b0711c37284492e016aaec1 authored about 9 years ago
Disable bracket matching when next character is a quote/opening bracket

Fix #200
Only match bracket if it is followed by whitespace or a closing bracket

e66030f86297f794ae2213bcf315dde6005e5bdd authored about 9 years ago
Move config schema to package.json

39c3feecb553f2858120c69b8aabd5044f4200ae authored about 9 years ago
Merge pull request #196 from gbanks/master

Fix spelling in settings

57b78b1e573498583d719c4963775aa59c12cf70 authored about 9 years ago
Fix spelling in settings

50b309f9f07c1781781e258e63aae6bdb51c01a2 authored about 9 years ago
Prepare 0.79.0 release

8c5b5bd130319855ea8664a182e71b0146a5b3e2 authored over 9 years ago
Merge pull request #181 from atom/iz-add-config-descriptions

Add descriptions for config settings

3f1ad54035db9690a9a0eeb40c68c1be2144f450 authored over 9 years ago
Add descriptions for config settings

50742456a1cae3b14ce6b9a612d9b4f1d5245dd4 authored over 9 years ago
Prepare 0.78.0 release

31514b948084c19dffb525aa1032b53a6e9035cb authored over 9 years ago
Merge pull request #177 from lpommers/update-spec-for-destroying-cursor

No longer rely on consolidateSelections to remove cursors in spec

93345282e669024f31f5ba0b7e7ce5ddc62eec94 authored over 9 years ago
Prepare 0.77.0 release

0f3498d1d6e69e138a2d018837e7bf7f41049012 authored over 9 years ago
:arrow_up: first-mate@5

f1fa895731d3bdbdc27d04ae2fe856a9f166a55a authored over 9 years ago
revert spec description

c5f1cdbaf428325285f617b21eb506c866789e08 authored over 9 years ago
no longer rely on consolidateSelections to remove cursors :tulip:

a3e3328fda22a17aa341e9d2f041571d12a4fccd authored over 9 years ago
fix unnecessary recursion

54126826d4588ab9b1addb17460ac857f26d546e authored over 9 years ago
Only build pushes on Travis for master branch [ci skip]

910c0d8a5f8426f542699ededa5812919c07e0a7 authored over 9 years ago
Prepare 0.76.0 release

2bc7df4cd47115caa70e41acdf815aa928f7b78f authored over 9 years ago
:art: Use ?= to assign deferred requires

7733c133666c8719dc4528c8cb6fef8e15ec61e5 authored over 9 years ago
Merge pull request #108 from atom/reduce-load-time

Push top-level require() calls down into the functions that use them.

a1cdfaaf656de531f64b7a5c9615bb6ece0b091b authored over 9 years ago
Prepare 0.75.0 release

beb7bf6cbd1e78a38c9764047e9efdf8c1cc4b59 authored over 9 years ago
Merge pull request #141 from atom/as-lazy-range

Access `range` only when needed

20177eac32a3f6b3d39a04cc10e37f810830bc79 authored over 9 years ago
:racehorse: Access `range` only when needed

…because `range` is now lazily computed (see
https://github.com/atom/text-buffer/pull/64 for fur...

4890c01bfd03fd16279de320ba81ed1fe8a798e1 authored over 9 years ago
Merge pull request #139 from atom/mq-coffeelint-plus

Add coffeelint support

3a91b5a5cd5a4561023cfb1f8ac4a56914187efc authored over 9 years ago
:shirt: Fix no_interpolation_in_single_quotes linter error

Temporary workaround for https://github.com/clutchski/coffeelint/issues/460

e6239c08cb8f398712fc77200f1099f03b8dd459 authored over 9 years ago
:shirt: Fix linter errors

21ac27bc870780be08459b8cc7287803639966e0 authored over 9 years ago
Add coffeelint support

9a680d0924f7fba12481097f1f6eeb8d80756b66 authored over 9 years ago
Prepare 0.74.0 release

5bfa29a15b91d3bfee4914cc882228993c052de3 authored over 9 years ago
Merge pull request #127 from atom/mq-select-menu

Add Select Inside Brackets to Selection menu

f3791cd65064a93892f7a5d34ace2cb846dde970 authored over 9 years ago
Add Select Inside Brackets to Selection menu

b36206ca3bc19b06fc460204601eba254ab395b1 authored over 9 years ago
Merge pull request #126 from taylon/master

Fix #124: Add 'select-inside-brackets' keys for Windows and Linux

6bb40ec11f39ec4166589c9081355bec4ade8061 authored over 9 years ago
Fix #124: Add 'select-inside-brackets' keys for Windows and Linux

b22b7deaacb7154ab847455f75e3a56f5dcd7d56 authored over 9 years ago
Remove unused emissary dependency

22cc3265284bca189051edf2866fe1351c2c1c78 authored almost 10 years ago
Prepare 0.73.0 release

4b472eed20f0d6c30336b4ad016888a1463454c6 authored almost 10 years ago
Merge pull request #118 from blvz/livescript-string-interpolation

String interpolation support to LiveScript

923e20cced0c572efb18640a2cb4727d0bbaf523 authored almost 10 years ago
String interpolation support to LiveScript.

295fc0d8e1a73e6d3a3348262f437d648f03e3f4 authored almost 10 years ago