Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/language-shellscript

:lock: ShellScript package for Atom
https://github.com/pulsar-edit/language-shellscript

Avoid using the ambiguous \h shorthand character

Depending on the regular expression engine used, \h does not always
mean the same. With a PCRE ...

500248cf0df72ce59d59dc92ff47c8cb57ab640c authored over 7 years ago
Prepare 0.25.1 release

92cc4cd2538b01b28418146057fb532b5acf8a1c authored over 7 years ago
Merge pull request #74 from schlomo/patch-1

Stop suggesting function for fi

688184b332c10656f4cc0073fec36fdea7647a2b authored over 7 years ago
Stop suggesting function for fi

This fixes a very annoying behavior where Atom suggests me function (because it contains f and i...

5d3d4d1144b820b915539afe16b036a3387cc772 authored over 7 years ago
Prepare 0.25.0 release

29eecbc416d4ac73ee34857362a6a8db58acbaa2 authored about 8 years ago
Merge pull request #67 from atom/wl-cleanup

Minor cleanups to grammar source

49498d2ddd9c11e70f90c127fa2c8cb2925cac3f authored about 8 years ago
Remove extra newlines in specs

Also remove a useless test that had already been tested for above

004c38fb4f0bd7eb85a8eae3e2aea14bb693eea8 authored about 8 years ago
Add a spec for c99ef6e

0cbc9d8e35059f76b7d5afcfb6b73baf45493fe4 authored about 8 years ago
:shirt:

6a83cb8703b61a545babdfe1bdef3b5b4bfa2778 authored about 8 years ago
Explicitly use begin/endCaptures

Move contentName to after name.
Remove some superfluous capturing groups.

Also remove captures ...

db4a71840d53e89a8606a88ba9e9ed2fc17aa7fa authored about 8 years ago
Properly escape whitespace matcher

c99ef6e34d69e62445c16340ef642255acc91138 authored about 8 years ago
Merge pull request #66 from atom/wl-fix-greedy-for-match

Fix greedy variable match in for loops

a0ffd25b72829baa2534e935f02910343f2ac9ec authored about 8 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-fix-greedy-for-match

# Conflicts:
# grammars/shell-unix-bash.cson

6cc68b420c6752ee06a0ef32053cbe3f177a4ac3 authored about 8 years ago
Merge pull request #65 from atom/wl-mkhl-words

Use custom word boundary matchers

ad9dbbc2ddd6d6f4ccc3e4d49696f35ebcb5dccf authored about 8 years ago
Make variable capture non-greedy

Fixes #51

98a439d39ab61081619cdb9dd96919b3cb951f80 authored about 8 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-mkhl-words

7f576feda3f9af00048396e839c4106dd8ca77d3 authored about 8 years ago
Fix spec

ee6753168bb39e96cd1d93c48464793e6e496529 authored about 8 years ago
Merge pull request #64 from atom/template-update

:memo: Update issue and PR templates

3cd0b6bb5ede1dbff8d4b185f0a3ea5f93292d65 authored about 8 years ago
:memo: Update issue and PR templates

c6e25e1b18d9676cbf72811fe923f00512aa8a4f authored about 8 years ago
Merge pull request #62 from atom/template-update

Update issue and PR templates

9656237eb8d7b2c04e1043422e42c3f16aba8569 authored about 8 years ago
Update issue and PR templates

96c24ac6376ec484c4fe0a7201c38f8b2308c993 authored about 8 years ago
Prepare 0.24.0 release

77fd446cc1122b6a2b358a48913b2b80f6299be7 authored about 8 years ago
Merge pull request #58 from MakeNowJust/fix/prefix-without-indent

Only match prompts at the start of the line

201d9b827ebe733902f5d7d4bc628c62e0bb0e1d authored over 8 years ago
:memo:

01486625e230296a4e837b1f12a65747021491c4 authored over 8 years ago
Not treat prompt line having indent before prefix

147f2e7052887636015161567dfa872ab3852887 authored over 8 years ago
Merge pull request #57 from torn4dom4n/patch-1

Update README.md

32a87787e5f94bb0b214ed4429b8ab89dca1ce7b authored over 8 years ago
Update README.md

8631073dd40e5ba8a3bfcd1472d654630ff13835 authored over 8 years ago
Prepare 0.23.0 release

4577764b5649374caa1f46c52580d018aaa13a5d authored over 8 years ago
Merge pull request #56 from Alhadis/modelines

Revise modeline/hashbang-matching patterns

8d75aeaf52881d7712487005d31749fe41e458a6 authored over 8 years ago
Revise modeline/hashbang-matching patterns

* Hashbangs no longer match "#!/bin/rubbi-sh" or any other partial match
* "Sh" is accepted as a...

0b6c5acdfd4158bc70958cce856b8c739ecfec19 authored over 8 years ago
Merge pull request #55 from atom/wl-interpolated-comments

Handle comments in interpolated strings

6d66ca58c030a9509b9e01ce57456511c529eb6a authored over 8 years ago
Handle comments in interpolated strings

Fixes #54

799f16e81cda63568e4127aa6c0e09230b686083 authored over 8 years ago
Prepare 0.22.5 release

6b936daeca50d0551a44b0d014e9debbf02516e9 authored over 8 years ago
Merge pull request #53 from gontadu/patch-1

Added bash_aliases into fileTypes

f6dce42d2c8d48babe6452ea22ad8e1037de1ae2 authored over 8 years ago
Added bash_aliases into fileTypes

f79cc8121dabade367f9338b36247926132dfa15 authored over 8 years ago
AppVeyor should test against stable & beta

20bb21840b008695570a93679f625b28282616c3 authored over 8 years ago
Enable Windows builds on AppVeyor

8019ad833cc55cec04e8fd89d492b66702c6884f authored over 8 years ago
Prepare 0.22.4 release

e7b94a7ec97f92c566dcd522681f11c361d3bde8 authored over 8 years ago
Use $ instead of \n to end comment captures

40ac7fc27e64e5d542a8efd16a44ee2cf6847ad1 authored over 8 years ago
Prepare 0.22.3 release

398de5c989f8c7fc698a999a2ee850f08e5bd247 authored over 8 years ago
Merge pull request #49 from TheChymera/patch-1

added file type

e5fb1e564da257d2ba865f9681628b093e7893a2 authored over 8 years ago
added file type

ebuilds are without exception best displayed with shell highlighting.

98a86732dd9753be68ad231506abf6be66aa9c62 authored over 8 years ago
Prepare 0.22.2 release

84ece6e2b4b02316843f6ebfe885e7064865e980 authored over 8 years ago
Merge pull request #45 from fusion809/patch-2

Adding zsh-theme ext

d1c7d81ea001490600070dee6ddc349032c1836c authored over 8 years ago
Adding zsh-theme ext

In this commit I am adding the zsh-theme file extension to the set of supported file types.

9f907f69c8aad4b3ca47ffa85f80126250ed914f authored over 8 years ago
Merge pull request #44 from fusion809/patch-1

Adding install file ext

dbb7e29b5ae9544ad6ce713e1eafb4cc9489a8b8 authored over 8 years ago
Adding install file ext

.install files (e.g., gvim.install for gVim) are used by PKGBUILDs to install peri-, post- and p...

632a9c760b5e93eafb7e4b5db64b03b6c21cd1a8 authored over 8 years ago
Prepare 0.22.1 release

e2844c79a99140899b44b4a6b812b4cdd723e618 authored over 8 years ago
Merge pull request #43 from Alhadis/firstline-fix

Improve firstLineMatch pattern

8fe135d8f40d72bccbeed837bb6ffb399e4bf184 authored over 8 years ago
Shorten modeline capturing group

Oniguruma allows flags for subexpressions to be set with (?i:).

c19f8d3df2ab9ec63b695288e88fe8019d6ece3f authored over 8 years ago
Accommodate mixed case and leading whitespace

Emacs reads modelines case-insensitively, so something like "Mode: Shell
-Script" wasn't matchin...

0371d34b0912c512bdb5c7cb8f5a18c144b03216 authored over 8 years ago
Add rc to hashbang's interpreter list

Older Unix systems (Version 10 and Plan 9) used rc as its interpreter.

See also: https://en.wik...

136fd7f89ee09b01ccabdd5513c6e40c922dee85 authored over 8 years ago
Prepare 0.22.0 release

401b372fd15fbf4d80b9dff0dc991d7db7138f96 authored over 8 years ago
Merge pull request #42 from ecollis6/master

add function and alias snippets to language-shellscript

5459460ac1f7df68955d5417d1f72574459dbb1b authored over 8 years ago
alphabetize snippets and add replace dots w/ ellipsis

7e43ee00c38b8a7b7cc9776e47254d5834466ba6 authored over 8 years ago
add function and alias snippets to language-shellscript

76c520583348c2358de2c1e22355e05bdb7fea76 authored over 8 years ago
Merge pull request #40 from tianp/patch-1

Update Atom contributing guide link

ef3c7d2091856670d3d4e6348ba2cdc00201ab14 authored almost 9 years ago
Update Atom contributing guide link

97ccb437706c2eda3fceb6ec8614f1c64fc31128 authored almost 9 years ago
Prepare 0.21.1 release

be4dbbf19ac9b07f727a369623375570bb3e8cb0 authored almost 9 years ago
Merge pull request #38 from mrodalgaard/bats-support

Bats file support

4c662ee43a934fc89c5ec391dc2a775204b95e46 authored almost 9 years ago
Bats file support

0ff3b49e74ce846dbc4c4ec8ce8a68b8f1564ec9 authored almost 9 years ago
Use custom word boundary matchers

The regexp engine and the shell grammar don't agree on what comprises
a “word boundary”. This le...

401095e206a32379d8399d1e2be80fedc6310db2 authored almost 9 years ago
Prepare 0.21.0 release

bbaca532de373b77ec8073b6aa367301358d1199 authored about 9 years ago
Merge pull request #33 from atom/wl-builtin-dashes

Don't highlight builtins that are part of a larger phrase

43c0ab2d5fb5de373e0263c897468998a3205675 authored about 9 years ago
Merge pull request #34 from atom/wl-for-strings

Properly tokenize strings in for loops

4ab9596ec4b2fa7d8661ad299bce68490e438e0a authored about 9 years ago
:bug: Properly tokenize strings in for loops

Fixes #31

d371572ddb28a38235e2d1d83ab71aaca80bd894 authored about 9 years ago
Don't highlight builtins that are part of a larger phrase

Fixes #32

2300c2b4120ab58acf52014aa419107385352d16 authored about 9 years ago
Prepare 0.20.0 release

331dbfea1f81ed1b82c0d638b08c8fe590a89c37 authored about 9 years ago
Merge pull request #30 from alphabetum/master

Increase indentation after `then` rather than `if` and `elif`.

94741e550b0e35b16bcb7bd20c5045b042a30d84 authored about 9 years ago
Increase indentation after `then` rather than `if` and `elif`.

`if` and `elif` are always followed by the `then` keyword. In one
common coding style, the `then...

48851ac452c28da27ba1adbaada68ddfe9792b82 authored about 9 years ago
Prepare 0.19.0 release

0bbc7eee5af6c591c02e2af8d02fe35927b4f4cb authored over 9 years ago
Merge pull request #28 from atom/wl-bash-heredoc

Add support for shell heredocs

9548080a24bbeb0744f9b52a70c8514c4836964f authored over 9 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-bash-heredoc

Conflicts:
spec/shell-unix-bash-spec.coffee

f91490c18684525d740db5dacc278894f34e3eae authored over 9 years ago
Prepare 0.18.0 release

461da55c7f84fec044941386968c750206ac46c8 authored over 9 years ago
Merge pull request #27 from atom/wl-posix

Support POSIX logical expressions

1730182f84501d844f1a4ab13c412cf622406189 authored over 9 years ago
Merge pull request #25 from atom/wl-tokenize-shebang

Tokenize shebangs

0a8b718e41398e985f0f8e549ba2e39bafd7ba0d authored over 9 years ago
Merge branch 'master' into wl-bash-heredoc

Conflicts:
spec/shell-unix-bash-spec.coffee

4360df183afde7ceb2fa56d5e5b121154508056a authored over 9 years ago
Merge branch 'master' into wl-posix

Conflicts:
spec/shell-unix-bash-spec.coffee

0455dbd41c3a87077e3f469b48ac8ea30ef70330 authored over 9 years ago
:art:

9588b00231a0e9e64cc05a12a5d271d020883085 authored over 9 years ago
Merge branch 'master' into wl-tokenize-shebang

Conflicts:
spec/shell-unix-bash-spec.coffee

b2decc0bdfa01a7d5bbbdf1c502b911c15819091 authored over 9 years ago
Merge pull request #26 from atom/wl-nested-variable-expansion

Tokenize nested variable expansions

73e2e0769b1c9ad4d1d85aa9b73dc6b201de7d76 authored over 9 years ago
Merge pull request #23 from atom/wl-keywords

Don't tokenize keywords that are part of a phrase

b554286d8492f17e32a472282a7315ae7c350fe6 authored over 9 years ago
Merge branch 'master' into wl-tokenize-shebang

Conflicts:
spec/shell-session-spec.coffee

2d750c13a6cbcedd628f6cd9bec355ae2fbbbf41 authored over 9 years ago
Merge branch 'master' into wl-keywords

Conflicts:
spec/shell-session-spec.coffee

f3a5380511e602333abcc7b49a27c48127aeb146 authored over 9 years ago
Merge branch 'master' into wl-nested-variable-expansion

Conflicts:
spec/shell-session-spec.coffee

cd3f47f4cede24d8fa33ec83aaaa09f0c6766627 authored over 9 years ago
Merge branch 'master' into wl-bash-heredoc

Conflicts:
spec/shell-session-spec.coffee

2a4efcceb2bcc7e0a65beecd84d6c3f13fe108ce authored over 9 years ago
Merge branch 'master' into wl-posix

Conflicts:
spec/shell-session-spec.coffee

475f0f30bba1b237b182164ff6ff4a21a8651412 authored over 9 years ago
:white_check_mark: Fix specs

8248b76ef2018c315a2b0df2cae4448826572f79 authored over 9 years ago
:art: Combine specs

39234b36ad79f5ab8a361164514b6ecbd327f26e authored over 9 years ago
:fire: duplicate test

fa70cad70ff4503bb5d99c26954f56f7fa24055d authored over 9 years ago
Merge branch 'master' into wl-posix

Conflicts:
spec/shell-session-spec.coffee

8e59bede60b4cbb436dc7db159a0b830bd0372f6 authored over 9 years ago
Merge pull request #24 from atom/wl-merge-prompts

Combine the two prompt matches

1d867c023107b2761727cf6acad0a302d2fd3a9f authored over 9 years ago
Merge pull request #16 from atom/wl-specs-update

Combine and improve specs

38de3667e93543833feb2c3448997fb7e6e3f5ff authored over 9 years ago
Add support for shell heredocs

Closes #11

c8ee259598bb1bc3a5b88f231b3901883bf67963 authored over 9 years ago
Support POSIX logical expressions

Fixes #17

00663d942b9b138e29a432a04934419cfab8f425 authored over 9 years ago
:art: Move scopeName and name to the top of the file

d034fecce883fe047ef8fd3b5ef2179182815ed3 authored over 9 years ago
:bug: Tokenize nested variable expansions

Fixes #19

f6ad4346978559faf951b71ddd011ced144238a3 authored over 9 years ago
Tokenize shebangs

Closes #9

b99bd700c9e122220ad97562c3e4d430bb929e3e authored over 9 years ago
Combine the two prompt matches

a2e65aa28f73490e6318b2162e771b934290af09 authored over 9 years ago
Merge pull request #20 from mrhanky17/zsh-filetypes

Extended support for zsh files

f352d0ab35049225f05ef6b2a3025d4f675108f3 authored over 9 years ago