Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/language-javascript

:lock: JavaScript language package for Atom
https://github.com/pulsar-edit/language-javascript

Prepare 0.39.0 release

5ea6354aae77a9b726d20ca8e1a9b9b2f9ba1d66 authored over 10 years ago
Don't indent when else line ends with a ;

Refs atom/atom#3109

1fdf97eac7bca0fc90fd4c463605fc020848519d authored over 10 years ago
Prepare 0.38.0 release

1306ac89aec74720542f1e9cc7d0b0d9afd85f07 authored over 10 years ago
Don't indent on if/while/for statements that end with ;

Closes #3109

40e57c08bf8b752c61c69bc60a915abdd7e25e25 authored over 10 years ago
Prepare 0.37.0 release

9974df999bfe610959cd90c8e90b348386a22d66 authored over 10 years ago
Don't outdent on else blocks

This was trying to fix if/else blocks with no curlies not indenting
and outdenting but was the w...

e345787da20818d46a060c1c1f7b57d3395382f4 authored over 10 years ago
Prepare 0.36.0 release

c918f279a2c970c3c4553ea23c1c1325a8bb672e authored over 10 years ago
Group support patterns together

af2ba1804c72e5edd21a3c3dd95612068bc47ef0 authored over 10 years ago
Merge pull request #46 from dominicbarnes/node-grammar

Adding node globals to grammar

dd7e1031e998b398e6cb3a18e652b2a343dd4d74 authored over 10 years ago
adding node globals to grammar

c6cc84b18ca277f692b4b5ebae938188fee86f63 authored over 10 years ago
Prepare 0.35.0 release

838411374a8f323906c690fd99eac294971b1125 authored over 10 years ago
Sort control keywords

7256e4d8ca83b7e7bd6bfd15d1628e6fe57c3a2a authored over 10 years ago
Merge pull request #44 from jasonhansel/fix-with

Treat with as a control keyword

d46ba9d448b4b846c26a974bd8c3736ea8f94756 authored over 10 years ago
Treat with as a control keyword

bd3bf54109a6642eb84cc19d75b7a641d91c40fd authored over 10 years ago
Prepare 0.34.0 release

1c1fdea0de919bc6332b089b3bc022ebb327c6d9 authored over 10 years ago
Merge pull request #43 from jasonhansel/fix-void

Make void an operator

e33774d8a1ef9d875e5e36b93e32f2b08683b4c5 authored over 10 years ago
Fixed indentation

6e8732e10e03f5afb87237a2035dbd38729f2d79 authored over 10 years ago
Added tests

d0c57fdc38edfb0db012211e2f9fcdc492463d29 authored over 10 years ago
Made void an operator rather than a storage type

ec4ca8ccbde29172f63671f5807441d1a224fa9e authored over 10 years ago
Prepare 0.33.0 release

fb3a3aeb87b1f18677e721dc2eb455522bab89f0 authored over 10 years ago
Lookahead for ending / in regex begin pattern

Ensures division operator doesn't get interpreted as a
regular expression.

Closes #35

212b6ada88179ad41fcf9e4eba04ef6ce74eff31 authored over 10 years ago
Add initial Travis config

d1577f1ec3383f7fb46998c76067dba646888a71 authored over 10 years ago
Prepare 0.32.0 release

018f9fe07dba87fe9cb924016fd768f8a21fed47 authored over 10 years ago
Tokenize regular expressions when inside arrays

Closes #40

18cc0ac31649322f7314ff27994cc5b63b7b55a0 authored over 10 years ago
Prepare 0.31.0 release

d6762ea4133fb443ef5ab29263b5ccbf997cafdb authored over 10 years ago
Add basic specs

47a5a2923685d41efae048148d3e3be3464fbca9 authored over 10 years ago
Merge pull request #39 from atom/iz-fix-function-parameters

Update function-params patterns to match TextMate's

0c01f4c36200e03cba3cce428a66e10ba1deee2f authored over 10 years ago
Update function-params patterns to match textmate

f98bfe7c48eab0cbcf002b13a42089ed48e1f99e authored over 10 years ago
Prepare 0.30.0 release

c2192a9c00a83a65cb60d4077dbd1d3c06f0aa12 authored over 10 years ago
Add tab stop at end of comment

a4a3838cd269eea90c7b35dabef1cd5d8bac8517 authored over 10 years ago
Merge pull request #38 from jacobbednarz/add-docblock-support

Add "start docblock" snippet

1ca1306bc374e2415687fb9a7095ca878b0acb72 authored over 10 years ago
Add "start docblock" snippet

This allows the ability to type /** <tab> and then it will expand to the full docblock.

9b874ed46dc075ad85412854d898883193e78754 authored over 10 years ago
Prepare 0.29.0 release

bfe9734787066645c05eb021640be79ddf98d8b9 authored over 10 years ago
Merge pull request #36 from yeldarby/master

Don't de-indent case and default statements

8132960a62c500a655c8fc8e0dbfa466d5b4bfd2 authored over 10 years ago
Dont de-indent case and default

7b338bf9955cd7deebf253ada4c3d5595f246973 authored over 10 years ago
Prepare 0.28.0 release

599a972c860665a97f883fbf9c5e321b0985e86b authored over 10 years ago
Merge pull request #32 from atom/ks-fix-indentation

Fix indentation for single line if/else/while/for

2018e5c4dea2dc4079a1040a92ba74431e5638c9 authored over 10 years ago
Support do without curlies

4198f87a4734d40c66918c860181b9e9e05690d0 authored over 10 years ago
Support single line if/else/for/while

d955394898a34723bf2f8ad323867522196d1e83 authored over 10 years ago
Add else with no curlies to decrease indent pattern

91efc408cb233566ab1535ccabc24b134660dc4f authored over 10 years ago
:lipstick: Multiline increase indent pattern

f753c6396b809bfada2831e4efbeea13888d4b2f authored over 10 years ago
Prepare 0.27.0 release

8cff7b906579183332a71c0f7b20c4d681004dcb authored over 10 years ago
Merge pull request #30 from spicyj/patch-1

Remove .jsx extension

cff30c17c3f5948bbd76bc17231dee56896c9e7e authored over 10 years ago
Remove .jsx extension

I can only assume this was added as some sort of stopgap JSX support, but now the `react` packag...

f7bd86e3950784bf344f4b9343aad35c5682b480 authored over 10 years ago
Prepare 0.26.0 release

341836334dc87f8801f636b6876cd73a3837b2e8 authored over 10 years ago
Merge pull request #28 from postcasio/patch-1

Move IIFE snippet to before if/else snippet.

0541b441ddf95028c642a30be93156e97e6f9abb authored over 10 years ago
Move IIFE snippet to before if/else snippet.

If you type `iife<tab>`, the `ife` snippet takes precedence because it is first in the file. So ...

02deb04cdb02c8c432fa704b3055401094f6862b authored over 10 years ago
Prepare 0.25.0 release

c1a6206f4c92169126f235afd1de9b9297d58580 authored almost 11 years ago
Merge pull request #25 from adrianlee44/master

Fixed not parsing ':' properly

58084b56ca04506a4e6c43b36c4266bd3e89ab2c authored almost 11 years ago
Fixed not parsing ':' properly

35db486dc5534aa13c96c490b9a8e2444c5ee758 authored almost 11 years ago
Prepare 0.24.0 release

fe2deee36402a1c785176588e54ecee22e847e16 authored almost 11 years ago
Make whitespace after function optional

fdc91559cc823bd26745b9710495e8e4cd6a6eec authored almost 11 years ago
Support space between function and *

Refs #23

eeb1c507b0aaa0279215636d3f29bbe46c2aa1a2 authored almost 11 years ago
Prepare 0.23.0 release

67f2a9f0b8f01b60cd973b256c30921c948b1b4e authored almost 11 years ago
Add support for generators

Closes #23

c42ec8fcd250e13002c3be6239c7a06326e219de authored almost 11 years ago
Prepare 0.22.0 release

af557e281c1e4b7596d4b87508bea988fc00e5b6 authored almost 11 years ago
Check that keywords aren't object keys

Add lookahead to make sure the keywords aren't following by a colon
indicating that they are obj...

a7098951baf8a3d0fd445298e7a3de5c979f5b4f authored almost 11 years ago
Move scopeName to the top

05d1db008c5d86952b0dd32ecc32b3edc51cf927 authored almost 11 years ago
Remove unused properties

0a5166bf769400a7fc518072d47364192c1b25fd authored almost 11 years ago
Prepare 0.21.0 release

244fe6eca2a6a382e417c581100150e427b0e8dc authored almost 11 years ago
Merge pull request #19 from floydpink/master

Exponential Notations should also be parsed as Numbers

1a25247fd399a6e8382b344594df63d55527584b authored almost 11 years ago
removing the unnecessary character

e0ee4d1deee4d0e468913f10350b8e25dff58ee5 authored almost 11 years ago
Exponential Notations should also be parsed as Numbers

3e175bfb9466e6c1681156bf9b6879b768928701 authored almost 11 years ago
Prepare 0.20.0 release

5983a5cf74563f7f0030d2d9c77cb10d8a25ac77 authored almost 11 years ago
Merge pull request #18 from stickel/master

Add `warn` and `error` snippets

23bf19a7cc5cded0ee2ba0a707fad553394eb2aa authored almost 11 years ago
Add `warn` and `error` snippets

Add the following snippets:

warn -> console.warn();
error -> console.error();

7957a9f9a2d2fa28ca1a657d0dea1eaaef46438a authored almost 11 years ago
Prepare 0.19.0 release

385342856de364cc8efe34bfea5aa729f44b912e authored almost 11 years ago
Merge pull request #17 from rmehner/patch-1

Add IIFE snippet

3cd742bdb445615c0f2407beacdd1624df8a4b03 authored almost 11 years ago
Add IIFE snippet

I'm using this snippet quite often so I figured it might be useful in the general snippet librar...

8fd208bb734c04fd0df011f6748da65f4c1aa2fb authored almost 11 years ago
Prepare 0.18.0 release

70b14280a26d285e8c4b0258d1756429d339c904 authored almost 11 years ago
Merge pull request #15 from rwaldron/remove-irrelevant-keywords

Remove irrelevant keywords for grammar

519f9ea3dbc60670402fe8bea3a3283d1c57e761 authored almost 11 years ago
Remove irrelevant keywords for grammar

The items removed from the keyword list have never actually been Keywords in JavaScript. In ES3,...

aa40e0abc61ab3af9f6e67585a4f3a57be42dca3 authored almost 11 years ago
Prepare 0.17.0 release

d908fdffef188662bdb3ddb1fe689bf020933e67 authored almost 11 years ago
Remove $ from operators pattern

Closes #7

392024440267edef2ee68a8a2378eb9c0ed31340 authored almost 11 years ago
Prepare 0.16.0 release

634d16ed61912cca784b4f29787ed1c083f47b05 authored almost 11 years ago
Merge pull request #14 from zacharytamas/fix-snippet-codestyle

Fix code style of Object Method snippet.

f74dbe7308a54203f410d57b7218220da8c8f04e authored almost 11 years ago
Fix code style of Object Method snippet.

aab248fb6e26e5a17c329c6214e72167808e198c authored almost 11 years ago
Prepare 0.15.0 release

013a43e1c41b6ff0caef162fe7f01c47ebcf8066 authored almost 11 years ago
Reorder tab stops in :f snippet

Refs #12

3234b7ad771a0b0844d0be66d50146483c0c3127 authored almost 11 years ago
Prepare 0.14.0 release

644fb212962fed84ca4aaaa4f9e1556777832f09 authored almost 11 years ago
Merge pull request #13 from DieBuche/patch-1

Add basic for loop snippet

7d6b8016d41cc1f37268270631a77a2324d746db authored almost 11 years ago
Add basic for loop snippet

8375a9bc155aca68fc1b3e5aec342900f0a4a49f authored almost 11 years ago
Prepare 0.13.0 release

6e2164510b8fbab626ee7acbc00eb5396c7d16f0 authored almost 11 years ago
Support es6 files as javascript

The `ember-appkit-rails` library uses the `.es6` extension to support ES6
modules. Adds support ...

988eff4e8432d1220d19c6da30b26e8145bc0685 authored almost 11 years ago
Merge pull request #6 from guidokessels/patch-1

Fix incorrect `\` in several snippets

d18b5360e0bb144ad1d2b18d1cd6b7abb0344638 authored almost 11 years ago
Fix incorrect `\` in several snippets

The `timeout`, `interval` and `try` snippets had `\}` in them, which should just be a normal `}`...

8d915f14914fd39a6a2c4896562e3dae8c94b500 authored almost 11 years ago
Prepare 0.12.0 release

75b439093aba2751663725b14f3d557618beb33a authored almost 11 years ago
Merge pull request #4 from aseemk/patch-1

Add support for Streamline ._js files

1641c510bb88da8c7857c66c10b37f04a57cbb57 authored almost 11 years ago
Add support for Streamline ._js files

https://github.com/Sage/streamlinejs

Like https://github.com/atom/language-coffee-script/comm...

3110a442c879304758ec06d5e7bd6680f2535b2b authored almost 11 years ago
Merge pull request #2 from tomvangoethem/patch-1

fix incorrect `\` in forin

dbd1de176ba56054eb87d13db61e83998cf3b616 authored almost 11 years ago
fix incorrect `\` in forin

cbaef8bf4faa92d9ccc4a10efd0192803e593670 authored almost 11 years ago
Prepare 0.11.0 release

24d5e56ed47e9cecf828f55b7b7772ec8191a518 authored almost 11 years ago
Add CONTRIBUTING.md

40b4f851aee03415ff412f983b32959e4db411ba authored almost 11 years ago
Convert to CSON and consolidate snippets/properties

ff24dfc0b34950b890da31306c0133ff3589032d authored almost 11 years ago
Prepare 0.10.0 release

39144bca1b7af6f479823c1487b34ccad24123a8 authored almost 11 years ago
Link to bundle conversion docs in README

8ab09e629f7dca756d2fdcadcad5b3c5d8932d9f authored almost 11 years ago
Prepare 0.9.0 release

adadde35bbabfed35fead45ee0e18e7947545273 authored almost 11 years ago
Update conversion tool in README

2de622c2abd21abefd5afb72488e937de42ec1f7 authored almost 11 years ago
Add MIT license

5e20ec0933df312da8f57cbfea133b1796819158 authored almost 11 years ago
Prepare 0.8.0 release

ab85f67ee8c7568c3ac6966f717bbc5a0f5759e6 authored almost 11 years ago