Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/language-java

:lock: Java package for Atom
https://github.com/pulsar-edit/language-java

Merge pull request #1 from Sertonix/patch-1

add archival notice

ab398d6a0e2cd06b5f61c13d3284317efce57f55 authored almost 2 years ago
add archival notice

2747bae05d52fa3948d2e97816faa530439c5176 authored about 2 years ago
Merge pull request #248 from atom/delete-appveyor

Remove appveyor from CI pipeline

8ca70e33c87816bfe931c5a1ce8434e1c692ae50 authored over 3 years ago
Remove appveyor from CI pipeline

f1c92ef983fd35947901fb1c853645758390d8e8 authored over 3 years ago
Add more tests for constants in tree-sitter grammar (#247)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

e2874260f8be1ea8de741ed254ddaa2c529e2fa2 authored almost 4 years ago
Highlight comments in module (#246)

Signed-off-by: Yan Zhang <[email protected]>

### Requirements

* Filling out the template...

29f977dc42a7e2568b39bb6fb34c4ef108eb59b3 authored almost 4 years ago
Prepare v0.32.1 release

5f2f890609752c358d093efbfb1d8b0ce91af2f1 authored about 4 years ago
Fix tree-sitter constants (#241)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

a757708189c95f9bd8a3bfebc8cf489f9bfa32e5 authored about 4 years ago
Fix tree-sitter annotations (#242)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

28175882272c411665a5aaf041b3ab4bba0f1812 authored about 4 years ago
Update CI build

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

3f1bb765d63dc5481b707fa7baf9612997327631 authored about 4 years ago
Add support for non-sealed keyword (#237)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

2bd3e55a72b08e171f811a2445343e2df9d89b71 authored over 4 years ago
Prepare v0.32.0 release

57c3371a69f7d903c88e5b20dfa039420ed8172c authored over 4 years ago
Tree-sitter support (#193)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

593444386a4e69e9c9d0e7e1611c8e7a5c32ed65 authored over 4 years ago
Add support for "yield", "sealed", and "permits" Java keywords (#234)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

d99f04087892a5ff9c73465a2a20019aab04abdd authored over 4 years ago
Update travis and appveyor builds (#233)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

0c8743dbafe4d8651731eaa8ec6c41cea7382394 authored over 4 years ago
Fix the scope of "instanceof" when using with camelCase variable names (#231)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

f631536a4137d65b622f01cebeac72345f9e6f70 authored over 4 years ago
Prepare v0.31.5 release

eda218666b786e0805a9df94c1d99b758ebbacef authored almost 5 years ago
Support for Java 14's Record (#226)

### Description of the Change
Support "record" for Java 14, see #223 . Below are covered cases....

2e179ceac423403eb5bf0eff26884093c3edba6f authored almost 5 years ago
Update scope for object properties #225

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

d0373f1f6dda31c94b2d032b55056eedb9ecbe69 authored almost 5 years ago
Fix array initializer highlighting (#215)

### Description of the Change

Similar to #212, it uses a two-scope pattern to distinguish `in...

eb6d555d3621c00ab11ca37969a356415af6de44 authored almost 5 years ago
Fix catch parameter highlighting (#220)

### Description of the Change

Uses a two-scope begin/end model to correctly highlight catch p...

0facf7cbe02cda460db1160fd730f2e57bf15c36 authored about 5 years ago
Prepare 0.31.4 release

fd80fc8b701bf5dd6ddaf8d15a2698c70f79e732 authored about 5 years ago
Update test for #180

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

e0672a9392babc212d0ecf084959efb30f596a67 authored about 5 years ago
Provide additional stop conditions for 'anonymous-classes-and-new' pattern

### Description of the Change

* Dot should also end 'anonymous-classes-and-new', in order to...

f8b9d681eb6a86be15082d68dccbcd218c7a5c46 authored about 5 years ago
Relax the too restrictive begin expression for catch block

### Description of the Change

Relax the too restrictive begin expression for catch block for ...

b8ace407a8a65b61fe9f3a3ac7fe5ef4d67cac25 authored about 5 years ago
More robust enum field's pattern logic

### Description of the Change

The original logic uses three different patterns to match an en...

47ddbb650f00b80dbf54205a2d27ad2dd7ec9678 authored about 5 years ago
Comments should not end 'keyword.control.new.java'

### Description of the Change

Currently, the divide operator ('/') will end 'keyword.control....

ad1456d9aeb4f96ec2c32fb60b323231faa145a1 authored about 5 years ago
Parse class identifier containing a dollar char

### Description of the Change

`\w` equals to`A-Za-z0-9_`. `$` is not contained, which is all...

6924e64a6959f596904a8021c05deb2592958eab authored about 5 years ago
Fix Javadoc @link tag highlighting broken issue #206

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

123beb50115b0bfb0db8f2325df6d05fb8a016a8 authored over 5 years ago
Fixes order of storage modifiers, so @interface is scoped properly inside a class

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

ed8ad7451b4d0454374885a102dbe63befdea509 authored over 5 years ago
Update regex for `anonymous-classes-and-new` end

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

759a0ac02dc091018a112b25a5a6d894918a0aa8 authored over 5 years ago
Fix underscore in class names

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

17b28d273dcaa9af7ea1facef7ea399d3641f668 authored over 5 years ago
Prepare 0.31.3 release

572afc787d2f4f7bf2fc445ca3acdb79e5ae91a4 authored almost 6 years ago
Fix whitespace issue in variable definition (#197)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

9fc8f699e55284c0a8ddf03d929504064eb4f757 authored almost 6 years ago
Prepare 0.31.2 release

27fa88a4fc76649fa6dc4ea049708bb10fa0f1e7 authored almost 6 years ago
Fix annotation scope and handle spaces between @ and annotation name (#195)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

a91b17906a2142bc61c06c6f214f135a2e3cdc96 authored almost 6 years ago
add extends and implements to enum (#190)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

f6d349a5ca698be25d3f48511888fe62d158e42c authored about 6 years ago
add test for instanceof and assertions (#189)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

715d4e67e9ccb9b27980f6466da6118c72a080c2 authored about 6 years ago
Add support for `final` in `catch` parameters (#188)

### Description of the Change

The regex for the `catch` parameters currently does not support...

702e88982af7777abfd629ce5b702b5990faa5f6 authored about 6 years ago
fix enum with overrides (#175)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

7c3d0d3e37920790cd3afb4e68830bdb215851a3 authored about 6 years ago
Prepare 0.31.1 release

d48e7137f6634cc094f092b68e6b110f51f47630 authored about 6 years ago
Merge pull request #168 from sadikovi/ends-with-class

Fix syntax highlighting for class pattern

acff1b558d9a454e64f9129b2c5013af2dbebd0d authored about 6 years ago
update class pattern

3698d45ced4ac565981c6e1711d86e00ad7a45ff authored about 6 years ago
Prepare 0.31.0 release

c3dc099cd7884c8dde2a20dd13a544d539b17c0e authored about 6 years ago
Fix regression of field values being incorrectly highlighted (#161)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

95ebcd0b15c369666ecc4d1593495466132dd5bf authored about 6 years ago
Java 10 local variable "var" type support (#164)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

261a1fa02e8d3b857b6887cc07323fdfa0f5cfb9 authored about 6 years ago
Variable highlighting in for-each loop (#163)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

a64630d3c6f434b6b1f92f27079d54a93871a30f authored about 6 years ago
Merge pull request #166 from atom/dot-github-update

🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue

a65a8535e268e6cfd35fffffd689efc4c0ad6cee authored over 6 years ago
:memo: Update .github

04449c6afe08e0647bc783eed264a6d6a704766c authored over 6 years ago
Merge pull request #165 from atom/dot-github-update

Add Probot no-response configuration

ac5c465dc76bcefbd012ad636a04aecd46d1d142 authored over 6 years ago
:memo: Update .github

2f9e732d9b205c090cc4c0254c02740b6fbb819b authored over 6 years ago
Fix inconsistent enum highlighting (#156)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

295af4375e4a5da4a4352fa08a8bb3e17145ec47 authored over 6 years ago
fix javadoc comment start scope (#157)

dbd01a1453d99b837734fcc0bf49add1dbe5162a authored over 6 years ago
add test (#155)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

bc29438039a204115e7fe0fc4fc21e0fbd5782de authored over 6 years ago
Variables rule causes loop (#152)

Fixes #151

The "variables" rule looks for the occurrence of `int` without making that sure th...

082c17572463e07ba124035b6dce277b01e40d54 authored over 6 years ago
Alphabetize the repository section (#150)

It was mostly in order already, but it looks like a few sections
were added in the wrong places

f213dfac7dc3726170046c8f0c174c9e9f13e4ce authored over 6 years ago
Simplify some syntax that was more complex than necessary (#149)

The end tag for the block was (?<=>)|(?!;), which could be simplified
to (?!;), which always ma...

93322be114ac3734725a68f6beeb50215834b02b authored over 6 years ago
Fix highlighting for fully qualified types (#147)

### Description of the Change

Fixes issue where types containing periods were being treated a...

e64afdb9a3d253bdcb39cc5f7a1496c420e5ca5b authored over 6 years ago
Update 'variables' and 'member-variables' patterns to handle semicolon behaviour (#146)

### Requirements

* Filling out the template is required. Any pull request that does not inclu...

2f20bc5a5b07686ec0139e2969431210d81b6991 authored over 6 years ago
Prepare 0.30.0 release

db4e97d9ed5368ee50b8cf4648d7bbcb27603b12 authored over 6 years ago
Merge pull request #144 from sadikovi/fix-catch-throws-exceptions-scope

Fix meta.catch.java and meta.throwables.java scopes

b9f1a853a69184363b0fb15f52da07c9660bf730 authored over 6 years ago
Merge pull request #145 from sadikovi/fix-class-fields-with-array

Fix class fields with arrays as generic type

f4fc17bcc2d4311f5ad983c5cae730d90b8a3bc5 authored over 6 years ago
Merge pull request #143 from snjeza/issue-527

Add Java 9/10 keywords

faafae0576032408f60de4c0840797d41c62988f authored over 6 years ago
Add Java 9/10 keywords

Signed-off-by: Snjezana Peco <[email protected]>

9cefca220335cb252a7c2e9e8d94f7b175e04716 authored over 6 years ago
update scopes

553360738bce15158ecb04da9241d00f25c996f8 authored over 6 years ago
fix class fields with arrays as generic type

b46fb2fa8aca6ad4a46d1ab9f2b43560cf0da562 authored over 6 years ago
fix catch and throws clauses

bfade94a696b22d1aa7ce76953613d9942bf1701 authored over 6 years ago
Merge pull request #137 from sadikovi/const-goto-keywords

Add reserved keywords

9c7182eef840348f412b26be619965269221e1f2 authored almost 7 years ago
add reserved keywords

bbbd3236c0ef9a9cd8c59d6ad4bd6b9b231dc714 authored almost 7 years ago
Prepare 0.29.0 release

38fec316b8a449fe72477fa83a0302fac60e6646 authored almost 7 years ago
Merge pull request #134 from sadikovi/fix-master-branch

Fix master branch: add varargs into object-types pattern

e585a258635f7c03c15756d73327c6f9dc60683b authored almost 7 years ago
add varargs into object-types pattern

708bad6662856b6cd76d4f31831b1eef942c507b authored almost 7 years ago
Merge pull request #128 from sadikovi/capitalized-variables

Fix capitalized variables being highlighted as storage type

c63382b0706cfe695f778779b77d5c806b47d762 authored almost 7 years ago
Merge pull request #130 from sadikovi/vararg-scope

Add varargs scope

cfbfd321982d0cf41de6c624a171834b51d10228 authored almost 7 years ago
address comments

575f91ae80c62a965d7d7e4c0ad4b526ff50acdb authored almost 7 years ago
update scope name

031c329bf868a270f4d2726c5dd9e5bc4ed6dccb authored almost 7 years ago
Merge pull request #133 from sadikovi/generics-with-dots

Fix highlighting for generics with dots in class name

9c2c2ec0b5dd9ce28a6fbfedb93ffeea7bdabbd2 authored almost 7 years ago
add period handling for generic storage type

03b36f7e85b3c9c6e393d33abc9cb89e564440a3 authored almost 7 years ago
fix highlight for generic full class names

243586cea3769517c609eb05412acf65c172202c authored almost 7 years ago
add varargs

57f695da053ae8a2accafdf1af36fae4a26cecb8 authored almost 7 years ago
fix capitalized vars highlighted as storage type

15dfae02af8e08592578ead5dd88341447f2823b authored almost 7 years ago
Merge pull request #126 from atom/wl-change-uppercase-package-scope

Adjust invalid scope for uppercase package names

7a42895fead16e2c39c6667fc9e7ce0f7f922ac4 authored almost 7 years ago
Adjust invalid scope for uppercase package names

5c2863da1425d61914d2e04ef31b86f8c5883c5f authored almost 7 years ago
Prepare 0.28.0 release

9be29ba5686f98ff5a9ad666768769ca4f052482 authored almost 7 years ago
Merge pull request #123 from sadikovi/syntax-include-comments

Add comments into catch parameters block

e47a652dba757276c02ccb2cd4cdb4bf6914b8a5 authored about 7 years ago
add comments into catch block

0e87c9b998ebf9d5ad105288061e4248995ff859 authored about 7 years ago
Merge pull request #119 from danielct1995/patch-1

Added try-catch Snippet

cdf6bade80f20cad23fa9e9688e5400466baac68 authored about 7 years ago
Added whitespaces and prefix chaged

I just added some spaces to Try-Catch snippet and changed it's prefix to trc

a8b64549b1997c4df87e7d322623ea5065cdb50d authored about 7 years ago
Pattern refactor for a better rendering

Change based on @sadikovi 's idea

04177d0f5a608a3c1035c5b4ea0b40c54a3881f5 authored about 7 years ago
Merge pull request #65 from MoritzKn/master

Add Unified Expression Language (EL) and include it in JSP

f20f198cb64ed69c7e9ce26150ccd42a382c1f46 authored about 7 years ago
Merge pull request #121 from sadikovi/comment-highlight-fix

Fix issue when tokenizing an empty comment

c5950cd08d1417e418d107203b599e36019e9e3a authored about 7 years ago
fix issue with tokenizing empty comment

a5c10e64020569f21dc2eeadb92b692b09c696ea authored about 7 years ago
Added try-catch Snippet

Just added a generic try-catch. It's declared with a prefix named 'trCa'

9b0e79785660667e307527adfbd3bb0299f407f9 authored about 7 years ago
Merge pull request #118 from Spirou07/master

Class member with visibility modifier and arrays

f37520c8d93f3fdf00ebca81f68cbca9b5cb0780 authored about 7 years ago
arrays in patterns + tests

7eec144046b612eabe2b49c2698ec23551363b83 authored about 7 years ago
fix for invalid int

70e6a14b564510cc31006d483001ae6332da78a7 authored about 7 years ago
fix code to fulfill spec

9a1f4aaa03453cac9dc0dea9a948ccd3ef60c38c authored about 7 years ago
fix

43f965d2d4dc5aaa7c9858275ee29e8b2e270f4c authored about 7 years ago
fix

77aa83c8da59523616ac55b277f80fefe38c3f2a authored about 7 years ago
Prepare 0.27.6 release

34daffc79688ec14c5c7d39c3fe87aa0929528ab authored about 7 years ago