Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/language-php

:lock: PHP package for Atom
https://github.com/pulsar-edit/language-php

Update php.cson

384d55816eac87772a6d13b9f1d22488d09715ac authored about 7 years ago by Indrek Ardel <[email protected]>
Update php.cson

1f1e077e73012eab69d02309d214fbab81971540 authored about 7 years ago by Indrek Ardel <[email protected]>
Update php-spec.coffee

2b3bf1cf97d8eaecdc8afddb73b2a3c015058ece authored about 7 years ago by Indrek Ardel <[email protected]>
Update php.cson

150ba8b02ba6af846d95ecb570324906f4229311 authored about 7 years ago by Indrek Ardel <[email protected]>
Update php.cson

d8e860a9c7d188be47673a2b0baad10d39560626 authored about 7 years ago by Indrek Ardel <[email protected]>
Update php.cson

da9e838c05f44a190582cf2df8ba40321cbaec82 authored about 7 years ago by Indrek Ardel <[email protected]>
Update php.cson

155bfb301fbfe37632ae06a8c18a99ddf524fadf authored about 7 years ago by Indrek Ardel <[email protected]>
Always end PHP on ?>

542c7d9a27e3c75e7bba737437d17f5f9b2b66c5 authored about 7 years ago by Wliu <[email protected]>
Prepare 0.41.1 release

c81fd05aa43a699f0741ebfd0d9024ac72890982 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #263 from atom/wl-numbers

Improve number regexes

2d9722ef5f6e550f2c0e9b23db1fc8943a7c6016 authored about 7 years ago by Wliu <[email protected]>
Add specs for string escape sequences

8768847df4ea676572a9de0a5df355a2e3c8d5ec authored about 7 years ago by Wliu <[email protected]>
Implement requested changes

14da2a9f93f259924364dc48698a67dc4854169e authored about 7 years ago by Wliu <[email protected]>
Take that you nbsp

On Windows:
Character Map -> U+00A0 -> Select -> Copy

bcb83a5c12e0188dbf72236242948e8ec227f62e authored about 7 years ago by Wliu <[email protected]>
Revert number regexes back to language-javascript implementation

932e96898f90d7e04880aa92526699b0e81cacd4 authored about 7 years ago by Wliu <[email protected]>
This should help

fe28c0482463a1e153cacaaa4548da73934765c0 authored about 7 years ago by Wliu <[email protected]>
Update number specs

d44b818088e99787011f7f6d3294ebfd877f3a77 authored about 7 years ago by Wliu <[email protected]>
Improve number regexes

aed3dc21b85f974d16380372477e2f0fec1dcc1e authored about 7 years ago by Wliu <[email protected]>
Merge pull request #262 from atom/revert-261-wl-numbers

Revert "Improve number regexes"

81e973fa0ce34c1c6e68140eaf411904973ab390 authored about 7 years ago by Wliu <[email protected]>
Revert "Improve number regexes"

efab9c83b91c02f04b8cfd0236e0239e14c4af52 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #261 from atom/wl-numbers

Improve number regexes

ad41c9bf8328dbaa89b7328ca515d19cb68c41c7 authored about 7 years ago by Wliu <[email protected]>
Improve number regexes

Taken from language-javascript
Fixes #260

4dcb2d08be3451adeccd4f3c9e07ca5020cbb9e7 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #258 from atom/wl-combine-use-patterns

Combine class use patterns

cd71a7bfd4db9047a8a81b3b1ce910085a13e41f authored about 7 years ago by Wliu <[email protected]>
Remove (hopefully) unneeded empty-line match

f53f2fc2c3f52468b6d205b8c2bbf79aca95f5b2 authored about 7 years ago by Wliu <[email protected]>
Combine class use patterns

* Rename accidental `punctuation.definition.separator.delimiter.php` ->
`punctuation.separator.d...

2fcf368217d268647858486cb067219ec64bbb81 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #257 from atom/wl-nested-curly-brackets

Recursively match curly brackets

c6dedfc7bedaf44e55c8eb02bdfd03f277ec863d authored about 7 years ago by Wliu <[email protected]>
Recursively match curly brackets

2849e4ad599e269d2d8dc32f61ef6213de738e0c authored about 7 years ago by Wliu <[email protected]>
Prepare 0.41.0 release

a758cf2cc6b7fe2295abfa4d9676f32db026c676 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #248 from jens1o/patch-1

move clone operator out of storage.modifier

2091139972d9a5022213697e5ce774cb19053925 authored about 7 years ago by Wliu <[email protected]>
move clone keyword to keyword.other.clone.php

87354cd15346eb80061cebd2a0b888417ffb238b authored about 7 years ago by Jens Hausdorf <[email protected]>
Merge pull request #249 from roblourens/roblou/fixUseNamespace

Fix #235 - support \ in use statements

139f59d081e672daedef8ddcef26f512e42c7596 authored about 7 years ago by Wliu <[email protected]>
Add test for #235

abc64fd05e1927d1705678095f1cde8b75abc4db authored about 7 years ago by Rob Lourens <[email protected]>
meta.use.php rules should reference #class-name

4124b4b41c35893dac5d521a1169bec6bac56ab4 authored about 7 years ago by Rob Lourens <[email protected]>
Merge pull request #250 from atom/wl-always-end-phpdoc

End PHPDoc even if there are malformed types

c5e9c38607a5ef3a32eddae9186080735b53b6d4 authored about 7 years ago by Wliu <[email protected]>
End PHPDoc even if there are malformed types

a794f139cac5899f14f82af3ce67fb8de4215344 authored about 7 years ago by Wliu <[email protected]>
Fix #235 - support \ in use statements

18b1d476bac3efaf2e20ce576f8bd67d72be3184 authored about 7 years ago by Rob Lourens <[email protected]>
add `\b` to regex

c08881386afa51dd9d9bfeae4ea38bb9ed15374b authored about 7 years ago by Jens Hausdorf <[email protected]>
move clone operator out of storage.modifier

e2c483c8e15d2f1e4a8017f0f4bd5d32bbec0772 authored about 7 years ago by Jens Hausdorf <[email protected]>
Merge pull request #241 from atom/wl-grouped-use-namespaces

Support grouped 'use' declarations

c546d52cee3ceb4952f8bfab504d3bcc0d700b37 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #242 from atom/wl-update-travis-config

Update Travis config

b2b686be5e0b21d35baca74b5450e645c26eea28 authored about 7 years ago by Wliu <[email protected]>
Update Travis config

1bfe0ec55dfc596e4761857b8c41db7cf6f0c070 authored about 7 years ago by Wliu <[email protected]>
Move bracket matching out of #use-inner

PHP only supports top-level grouping

91d50ab5f871ea2d11b4c511dc0b9a972e4ac5ce authored about 7 years ago by Wliu <[email protected]>
:art:

6c1c8968fd7c4ec19e19d130b20f80e53a9912e8 authored about 7 years ago by Wliu <[email protected]>
Specs

c33a510370460d634af27f416aee2eceb56533f7 authored about 7 years ago by Wliu <[email protected]>
Merge branch 'master' into wl-grouped-use-namespaces

f4a5ee51324c4b6a80f608ddb1ccb6c7754d1412 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #240 from atom/wl-global-namespace

Refactor namespace highlighting

7f15292e4128b44b9d27a0a1333da4f3578ebd01 authored about 7 years ago by Wliu <[email protected]>
Fix inheritance separator

e6e448b2060a9892fdcdcc876152e80da5cceae0 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #239 from atom/wl-phpdoc-namespaced-types

Support namespaced PHPDoc types

ddd5b73cb96fc2f723fc1919bbb1233abd31d751 authored about 7 years ago by Wliu <[email protected]>
Merge pull request #238 from atom/wl-namespaced-functions

Support deeply-namespaced function calls

cdedc2fbaa7fb2651c534227bc763f77b9ff835c authored about 7 years ago by Wliu <[email protected]>
Refactor namespace highlighting

Fixes #237

0a2d8b6085dd9dee16f42a1f6c0b2309cfdb9eb8 authored about 7 years ago by Wliu <[email protected]>
Support namespaced PHPDoc types

Fixes #234

2d416e7c47374e179785b0d922a380b2a349480d authored about 7 years ago by Wliu <[email protected]>
Support deeply-namespaced function calls

Fixes #233

f50c579643fd43c7ae6f577885e8201f8c3f5a95 authored about 7 years ago by Wliu <[email protected]>
Support grouped 'use' namespaces

Fixes #232

f4e31d4050da8fac71c123fc63750a181c1b63be authored about 7 years ago by Wliu <[email protected]>
Prepare 0.40.0 release

8a16066d2f873702c668c22821039c74a6b28222 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #218 from atom/wl-phpdoc-types

Tokenize PHPDoc param types

9cb0db1e4fcb14532e93c873187406e6ba829af4 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #227 from atom/wl-switches

Add structure to switch statements

8b4ab3e8acaf50da14d6fac4d797a69f0918f760 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #231 from atom/wl-parameter-commas

Add basic support for commas

5c0ef02e2615c9ca2ecd33708356aa43f2409f5d authored over 7 years ago by Wliu <[email protected]>
Add basic support for commas

Fixes #223

16d8c3ea6f30c808e270a7be02a33e27ed19eed0 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #230 from atom/wl-namespaced-typehints

Support namespaced typehints

eec6b39083f7f683d0d8b48204fbed8d56688a9d authored over 7 years ago by Wliu <[email protected]>
Support namespaced typehints

Fixes #222

48d6cfce4f49df4b42f73e5b1a8c80e5a24dc203 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #228 from atom/wl-fix-pass-by-ref

Functions themselves cannot be passed-by-reference

0311bd3bb56e9202952d206961d6afab4c3fac01 authored over 7 years ago by Wliu <[email protected]>
:art:

7282ccbf553ed99b0ee0a4e88631e97dcc33c5b5 authored over 7 years ago by Wliu <[email protected]>
Quick spec clarification

d0c866bed0a6de8b5b9b4c9215a262479f7e6ef4 authored over 7 years ago by Wliu <[email protected]>
Merge branch 'master' into wl-fix-pass-by-ref

bedc71476a5479761f61a84610f59b950c8669ef authored over 7 years ago by Wliu <[email protected]>
Functions themselves cannot be passed-by-reference

Also require a space before declaring variables that are
passed-by-reference

1e4282001e93a6a67603f0c0fb6eead9d93582c9 authored over 7 years ago by Wliu <[email protected]>
Add structure to switch statements

Copied from language-javascript
Fixes #226

aaf53336bc50b90e252f80d64ee8ad7c3bad01f9 authored over 7 years ago by Wliu <[email protected]>
Fix #220

e1290265f3d68316347e0ab2665686016b4b24b7 authored over 7 years ago by Wliu <[email protected]>
Reorganize and add specs

8a41932bb81540682c60127c65cf053aad0148eb authored over 7 years ago by Wliu <[email protected]>
Tokenize PHPDoc param types

6014ca599c90ef4be2497aa4286514e93def570b authored over 7 years ago by Wliu <[email protected]>
Merge pull request #216 from atom/wl-scope-resolution-class

Tokenize the special 'class' keyword when used in scope resolution

cf6db5974e74130bf2414d8c8f38ce307860704a authored over 7 years ago by Wliu <[email protected]>
Add another spec testing against incorrect behavior

6928b069a47d80f4ba6512ef6a3b169042704a23 authored over 7 years ago by Wliu <[email protected]>
Tokenize the special 'class' keyword when used in scope resolution

f6462225e76ab54efae04a5b477e803e90f9572c authored over 7 years ago by Wliu <[email protected]>
Merge pull request #214 from atom/wl-use-traits

Support 'use' in traits

4de39f208c6074f3f00cfb1ae651bf6a46680ad3 authored over 7 years ago by Wliu <[email protected]>
Add specs

7efd6e7069b83f05392dd3de73deca18b7e1cbf6 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #215 from atom/wl-embedded-sql-tweaks

Add basic specs for embedded SQL

9035d97d18b2b172c317d76bf535113e41664111 authored over 7 years ago by Wliu <[email protected]>
Add basic specs for embedded SQL

7481e257a73f7be8823f76588c53c609c8c867e2 authored over 7 years ago by Wliu <[email protected]>
Also support simple uses

28dc36ed86d9f9124d2905f115c732397d402406 authored over 7 years ago by Wliu <[email protected]>
Support 'use' in traits

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

ba68b578bc64ef2bc5a29c0908341608575a1b34 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #213 from atom/wl-function-return-value

Tokenize function return values

978b0a2b84d6d3c1bed8fb915f666ab4a796846d authored over 7 years ago by Wliu <[email protected]>
Tokenize function return values

4ed9ab18a50b4f102015f00fb6de2b5cd8f6355a authored over 7 years ago by Wliu <[email protected]>
Merge pull request #212 from atom/wl-typehinted-function-arguments

Tokenize typehinted function arguments with default values

15ea821f8252bfb5ae7650dce96e16a6384c34cd authored over 7 years ago by Wliu <[email protected]>
Tokenize typehinted function arguments with default values

Fixes #178

a02f857e0179c47f3b2fcb887ed107eef5a74fe9 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #211 from atom/wl-catch-multiple-exceptions

Tokenize multiple exceptions in a catch clause

ec6bb76c08e45a7d18f37b8f95619fa48eaa6032 authored over 7 years ago by Wliu <[email protected]>
Tokenize multiple exceptions in a catch clause

7829f68508f6d7a3d30b57c717d0b1423ea925a5 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #210 from atom/wl-fix-inline-include

Fix inline include not stopping at the closing PHP tag

64184a6e284e6acb3b7aba3271c6fccd1da82749 authored over 7 years ago by Wliu <[email protected]>
Fix inline include not stopping at the closing PHP tag

e52294232e8f341c2c8dd7d5b28402a015f978d8 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #209 from atom/wl-more-php-snippets

Add another PHP snippet

7184a99ff357d420bc823f2bc8491b477d80e9db authored over 7 years ago by Wliu <[email protected]>
Add another PHP snippet

80176ade3ae2f156929ad958ea0164f76c72a269 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #208 from atom/wl-parens

Tokenize parentheses

676e752f2ea7420c699f35ea4e74673e705c21ac authored over 7 years ago by Wliu <[email protected]>
Add specs

64a1739c7abafe44269a5cb1fdaa673ff9bcfcac authored over 7 years ago by Wliu <[email protected]>
Tokenize parentheses

0af78afdfa9a6c48333ad1ddbfb58f7e140f8545 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #207 from atom/wl-add-sql-add

Add AND as a valid SQL keyword

d8867cac9b56d78892e0b44a7cf1b4eaaaa43e6d authored over 7 years ago by Wliu <[email protected]>
Add AND as a valid SQL keyword

Fixes #52

e62c0133ac7ca8d9fafa4e5332268b5b2b2702e4 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #206 from atom/wl-rm-string-meta-scope

Remove meta scope that doesn't exist in any other language

40bd2207e9ac85318d288662ca58ed5fbb4c796e authored over 7 years ago by Wliu <[email protected]>
Remove meta scope that doesn't exist in any other language

We don't have anything called "select scope" anyway.

949e26cc06e5bcf6f469ebcfe933399d46387905 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #205 from atom/wl-this

Tokenize $this as variable.language.this.php

b63f06b9fe6797754215d22e14c61db30d40b24e authored over 7 years ago by Wliu <[email protected]>
Tokenize $this as variable.language.this.php

604191b6390760722c7ca00048cb673b4d2ddaf2 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #204 from atom/wl-fix-spec-indentation

Move most specs out of the 'operators' section

03b93e11cbea8e38883a93bda57f53c28bfdbdf7 authored over 7 years ago by Wliu <[email protected]>
Move most specs out of the 'operators' section

fbb9b3d797ac890b761ff95fb93072aff281cb63 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #203 from atom/wl-cleanup

Cleanup

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