Ecosyste.ms: OpenCollective

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

github.com/highlightjs/highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
https://github.com/highlightjs/highlight.js

(chore) bump copyright to 2021

097de82447b3a85fca4425a51caccef85f22c668 authored almost 4 years ago by Josh Goebel <[email protected]>
enh(css-shared) Added 'font-smoothing' CSS attribute

48e29fd41357ba778902e85672c7367d7a8c8061 authored almost 4 years ago by Andy Kononenko <[email protected]>
fix(parser) Make language alias registration case insensitive (#3026)

d24895f43888f26231ce401c3b5b176991bb6f35 authored almost 4 years ago by David Ostrovsky <[email protected]>
(chore) Update link to become

68fcfb80975adc7843d802e979e6d567b71ca422 authored almost 4 years ago by Josh Goebel <[email protected]>
chore(parser) Remove redundant aliases: php -> php, etc... (#3024)

Aliases that are the same as the registered language name have been removed

b9b85f9448ec5e5a0201fa00bc38f71fd5867f4d authored almost 4 years ago by Olcay Usta <[email protected]>
enh(kotlin): Add kts as an alias for Kotlin (#3021) (#3022)

5b3a22e9be3985ef0c1a98a012462cd3ddc36af9 authored almost 4 years ago by il3ven <[email protected]>
enh(parser) add highlightElement, deprecate highlightBlock (#3003)

- enh(parser) add highlightElement, deprecate highlightBlock
- auto upgrade old plugins to the ...

69b693173e01ea0590396757f1a23a73f9568d50 authored almost 4 years ago by Josh Goebel <[email protected]>
enh(ecmascript): Add built-in types BigInt64Array, BigUint64Array, BigInt (#3018)

e06ea27d20107cfb726ab5b257c89256ab7adb24 authored almost 4 years ago by il3ven <[email protected]>
[PHP] Add support for Enum (#3004)

* [PHP] Add `enum` to class-like naming patterns

PHP 8.1 adds support for Enums with [`enum` ...

2b6a9e974daab86764b19f764aa7f497e0e969f8 authored almost 4 years ago by Ayesh Karunaratne <[email protected]>
(typescript) Add "tsx" alias (#3015)

fe8ce96f7613ede52cacce9d7ce0f3b6f4d1ea87 authored almost 4 years ago by Jan Pilzer <[email protected]>
(tweak) simplify regex#join

eb2a0305957b0bd47cdf84df7cabd7327851b74f authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) bump lint deps

fd5ca2c0357fbc79120757ebe67928a371d4c16c authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) bump build deps

317f10cc1c50a2d36a294d8745c54ba716538ece authored almost 4 years ago by Josh Goebel <[email protected]>
fix(cpp) constructor support for initializers (#3001)

573f77875566a701ed8ee40d1e5b7ec13fdbd4e5 authored almost 4 years ago by Josh Goebel <[email protected]>
ehn(parser): add unregisterLanguage method (#3009)

2f5590ea7846f0207430daa857a7dbb9cd74930b authored almost 4 years ago by Antoine du Hamel <[email protected]>
(chore) remove extra space

742e87b4c512faaf8118323e3192aa94628e262f authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) update slack link, add discord link

d39303116c31f95fc58635b3b3f67d10a0bf13be authored almost 4 years ago by Josh Goebel <[email protected]>
enh(grammars) Add Q# to supported languages list (#3006)

6af784fe6b7786db69df3c20848e178b75f712da authored almost 4 years ago by fedonman <[email protected]>
enh(grammars): Add HLSL to SUPPORTED_LANGUAGES.md (#3002)

9b1064a4e3ae7944cf3f443506fcc29d94926074 authored almost 4 years ago by stef-levesque <[email protected]>
enh(php) Updates to keep pace with PHP 8.0 and 8.1 (#2997)

* [PHP] Add WeakMap class to internal list

PHP 8.0 adds a new [`WeakMap` built-in class](http...

f8664dd67627b4dd6e0ca298d3ea5f3a96c26fed authored almost 4 years ago by Ayesh Karunaratne <[email protected]>
enh(autodetect) tcl: improve autodetection (#2865)

* enh(autodetect) tcl: fewer false positives on variables

For languages with $ident and @iden...

374a7e5696f1a7966c800c90c3fa79373a3dc92f authored almost 4 years ago by Josh Goebel <[email protected]>
enh(autoit) add missing directives and built-ins (#2983)

bacf3680ed8a5d89a436100c8a2f43a8857287ab authored almost 4 years ago by Michał Lipok <[email protected]>
fix(php): Anonymous functions without {} block (#3000)

* New test file for php functions

27b728cc4c13180c2774eaa4c4194f0f763a124e authored almost 4 years ago by il3ven <[email protected]>
(chore) correct mention of highlightAll

eb742fd66a325dfe1139370417148375833c4010 authored almost 4 years ago by Josh Goebel <[email protected]>
enh(gml) Add additional keywords (#2994)

* Added compatibility for new GMS 2.3

fd9a3a56355ef6f79cb2450c78789c9612464895 authored almost 4 years ago by xDGameStudios <[email protected]>
add riscript (3rd party) to supported_language.md (#2993)

e8df8f080f46b8b8f1840a51dfb79552355a8b0a authored almost 4 years ago by John Cheung <[email protected]>
add changelog header for 10.7

9f5fbb2fdc48ddb275e9f008650b15247c201c86 authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) bump deps

db39f7f374073f604460c88c520356476d62cf09 authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) bump 10.6 version

aa03ebd45162cc8ecb49cb934f38f25e321b3720 authored almost 4 years ago by Josh Goebel <[email protected]>
enh(powershell) Add three VALID_VERBS and update the reference link (#2981) (#2982)

f26407284e7f0db3d0768478cf243ba07667ea10 authored almost 4 years ago by davidhcefx <[email protected]>
enh(scala) fix triple quoted string (#2987)

* enh(scala) fix triple quoted string
* add initial string tests

b1b0815180a96db5c552a1e3293db23b9c99a45d authored almost 4 years ago by Josh Goebel <[email protected]>
fix(css-shared): do reverse() a single time

b922469df118a40986f990d1f3158ac2b58e3473 authored almost 4 years ago by Josh Goebel <[email protected]>
css consistency: use uniform PSUEDO-SELECTOR list

be724d3132e713cbcd068a6f2ae0e77be8edb6eb authored almost 4 years ago by Josh Goebel <[email protected]>
css consistency: tests for top level psuedo-selector

2c45adc141c313b8fa1af54bb02a7787750287f1 authored almost 4 years ago by Josh Goebel <[email protected]>
chore(css) flatten ruleset

01ea10d84b740b347550f3bc108fd45e0468d882 authored almost 4 years ago by Josh Goebel <[email protected]>
css consistency: consolidate more into shared-css

11a1a4b87e61b75be5d96ae6a299159ef9f51303 authored almost 4 years ago by Josh Goebel <[email protected]>
css consistency: !important

74f1519f14b6ac24e0782925faa3a90955cab596 authored almost 4 years ago by Josh Goebel <[email protected]>
chore(css-like) lint css grammars

960838e0faae495dbcf181087d66f2c3c5d98361 authored almost 4 years ago by Josh Goebel <[email protected]>
enh(css) improved media features support

5558cae9fd7523e1311197dbfc7d52061dd8f524 authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) add CHANGELOG for css consistency merge

16c2224d1651b89566a9fdcd6ea5ae14a7c37d00 authored almost 4 years ago by Josh Goebel <[email protected]>
css consistency: @media

69bafafb1858a6d604a319a5328bfd7963356649 authored almost 4 years ago by Josh Goebel <[email protected]>
css consistency: highlight strings inside selector attributes

2db00deeaab105712fd2cd77c22a91ab475e9081 authored almost 4 years ago by Josh Goebel <[email protected]>
css consistency: uniform TAG list

fe8eb1ec2677487a3572e14f586e3db4c75ddf80 authored almost 4 years ago by Josh Goebel <[email protected]>
css consistency: universal ATTRIBUTE list & @font-face tests

f32e25c08312796e72e7428d4cc7f90cfaed7c81 authored almost 4 years ago by Josh Goebel <[email protected]>
chore(stylus) NUMBER and CSS_NUMBER are redundant

ff9bbe6406c816761f5b413a462c649c491a85fc authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) simplfy css rules and add @keyframe tests

548a38d860f80f09c8a71133b5688a9a4a442ea1 authored almost 4 years ago by Josh Goebel <[email protected]>
enh(Development) allow for browser-testing of 'extra' language. (#2978)

- Fix find default.txt for testing extra language.

1e0cc762076faf49de3fe8324345085d2581f0af authored almost 4 years ago by Dana Batali <[email protected]>
(build) Fix build missed opts (#2979)

- This was missed in the recent commander upgrade.

b9e8148eafb25d039d389c383533771d3785a829 authored almost 4 years ago by Alex Ivanov <[email protected]>
(chore) fix one last include

1958a6cda3aa8c602fbaed85b5e12889c4a1dc45 authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) eslint -fix build scripts

7411e2edc9affc63bdfe39815d4f432e07714d87 authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) bump dependencies

561cdfa6c813b8a4e936f05dcb4561dc400e6d67 authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) remove jsbeautify, we use eslint for this purpose

1fc1337704a8db9111580f4d23a1abe2ba9ccb2d authored almost 4 years ago by Josh Goebel <[email protected]>
enh(ruby) Support for character literals (#2950) (#2969)

* Fixed character literals + Added tests
* Added test cases to handle \u{nnnn ...} where nnnn i...

cd512b7ae23ab92ab91aad75034a79736405e302 authored almost 4 years ago by il3ven <[email protected]>
chore(typo) Fix small typos (#2970)

Spelling and punctuation

810c37fcd0032af04e4926f9fab16d1f93b212cb authored almost 4 years ago by John Haugeland <[email protected]>
(chore) Removed eslint-plugin-standard (redundant) (#2968)

a951323fe8e3430b3d4b71df21fe29da49fed5a1 authored almost 4 years ago by John Haugeland <[email protected]>
(chore) typo/grammar fix (#2967)

b4358b228dba3ecc2a5a46a05b24cfd436c396ee authored almost 4 years ago by John Haugeland <[email protected]>
enh(parser) new highlightAll() API (#2962)

Added new `highlightAll()` API which deprecates both:

- `initHighlighting()`
- `initHighligh...

389245c170bc2361eff36e0550e05f72e5745708 authored almost 4 years ago by Josh Goebel <[email protected]>
enh(parser) beginKeyword no longer bestows double relevance (#2953)

This changes the default relevance of a mode containing beginKeywords
to 0 forcing it to only g...

89f4e84a2ce099411e8bdfcf33d78a81324a692c authored almost 4 years ago by Josh Goebel <[email protected]>
(chore) deprecate C-like (#2954)

- `c` and `cpp` are now individual grammars and can diverge over time

871c00bcf3cffe990f88cd00f31f0b23fc85d053 authored almost 4 years ago by Josh Goebel <[email protected]>
(Chore) Add missing comma to SUPPORTED_LANGUAGES.md (#2965)

fff8b86a17cf31003aefe320ccc5c520507fcc55 authored almost 4 years ago by Paul Reid <[email protected]>
env(perl) Much improved regex detection (#2960)

84eb7927071715eca2d57bafe4b002b5b8764028 authored almost 4 years ago by Josh Goebel <[email protected]>
enh(parser) allow keywords to be an array (#2961)

a7947a6b921e1f05f251bd59404d5626a7d23c29 authored almost 4 years ago by Josh Goebel <[email protected]>
chore - cleanup contains: []

fe7c7830ef65e9ab9a86f740ca7a163b6c599e79 authored almost 4 years ago by Josh Goebel <[email protected]>
(xml) Support single-character namespaces (#2958)

c7e53833ab8a143bf8faa8726e6cd1edcbfd8419 authored almost 4 years ago by Jan Pilzer <[email protected]>
doc(fix) Improve plugin-api types and docs (#2951)

* Fix after:highlightBlock types
* Clean up plugin api docs

006a478fb62b7b7928dbe9d2756cd76e56ee592c authored about 4 years ago by Jan Pilzer <[email protected]>
chore(lint) ruby

d20d2a35f2c505a8d13c8c8e81c0756ba2456cbe authored about 4 years ago by Josh Goebel <[email protected]>
add modes.MATCH_NOTHING_RE

60734e71fd1f6c24fabf050a95d00420e3f67bf6 authored about 4 years ago by Josh Goebel <[email protected]>
(swift) Support operator and precedencegroup declarations.

61122dd59550922ff90c02a9589cfd79225ae65f authored about 4 years ago by Steven Van Impe <[email protected]>
chore(docs) Add link to Laravel Blade plugin (#2944)

c3531a63a8bf6620d499d3278d3feb364564c96e authored about 4 years ago by Michael Newton <[email protected]>
(swift) Improved highlighting for functions, initializers, and subscripts (#2930)

This PR improves highlighting for functions, initializers, and subscripts. This includes detaile...

35cd46312bf3e898471617c47d52f9528fedd763 authored about 4 years ago by Steven Van Impe <[email protected]>
(chore) update tests and runtime deps after rebasing

- makes sure our tests are green after pulling this back on top of
master again
- remove runti...

5a55ae2a81701420fdca2251d4108bfb16f88bdc authored about 4 years ago by Josh Goebel <[email protected]>
(dev) add css consistency markup copy tool

1c44b448816fdf7fb00ca4e84e5f9325538b7f7f authored about 4 years ago by Josh Goebel <[email protected]>
(chore) start work on css_shared lib

5d4867188ef8ecbefe0a731959965c12263008d2 authored about 4 years ago by Josh Goebel <[email protected]>
css consistency: consistent handing of pseudo-selectors

76eae837feb29416ca8a535d2fb99d193afc8d3c authored about 4 years ago by Josh Goebel <[email protected]>
(tests) css: tag selector

476d757496dcbc0924fb4ec1b395369cce4167de authored about 4 years ago by Josh Goebel <[email protected]>
css consistency: vendor prefixes (at-rules)

3402a78ea72a137d752a5f135ba34ec795d14dd2 authored about 4 years ago by Josh Goebel <[email protected]>
css consistency: vendor prefixes (attributes)

1924b274d7432b211c73feae5af9790308577572 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) fix broken badge

5cb00fd2df16aafd3794905dce43778990326e59 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) release to production

3bc2febf458a5618059334d3cc4a083f19cfa240 authored about 4 years ago by Josh Goebel <[email protected]>
(release) 10.5.0 holiday edition

3522147bb126eca239c3d7997f9ca13751d71181 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) update maintainers guide

511aa1140b6d1a97eebf4a14e712f88df3f8b0fc authored about 4 years ago by Josh Goebel <[email protected]>
(chore) remove ridiculous Crystal relevance

Resolves #2924

ff34d49f13eeb85d0c3fbaea0b64da7ab554bbd8 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) lint Crystal

3e0b520fafb851fb7c3521e5159a85fa8c48f5e7 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) ship R and VB.net in :common

f863bce29af47cc6f674e80bee83dde73cc57bf1 authored about 4 years ago by Josh Goebel <[email protected]>
prepare for 10.5 release

d64fbcdd0b145eae97ac6463aae4f1450ec368c5 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) camelCase lint

6c2ff21c1b6599f3227bb785286db3992dc0e888 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) bump terser

eaa1c42ee07af6614edc0aee4063f1055e8de863 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) clean up types a bit

82f7a68cef989d2de3aa2b02faf2f80f6ce7ee60 authored about 4 years ago by Josh Goebel <[email protected]>
bump dependencies

331c65fa6945e5add550ba67445ef01c9097c0cb authored about 4 years ago by Josh Goebel <[email protected]>
prepare 10.5

fddfeb1fc655f58267386299bc657f53970ccc00 authored about 4 years ago by Josh Goebel <[email protected]>
enh(parser) Compiler extensions (for grammars) (#2834)

- Closes #2794. Works towards #2520. Closes #2833.
- Implements #2833 with the key `compilerExt...

0de0fca0a81b9885bb92caa2726025561151ec4f authored about 4 years ago by Josh Goebel <[email protected]>
enh(sql) newer more generic, less context dependent SQL grammar (#2740)

8593fd33241e5ea5c8a699ee713162e6c457fce9 authored about 4 years ago by Josh Goebel <[email protected]>
enh(asciidoc) support emphasis unconstrained syntax (#2914)

- Support unconstrained emphasis: That's fan__freakin__tastic!
- Improve constrained and uncons...

04f3904c9dd7e9fd338ad916044564d0f8fb13d2 authored about 4 years ago by Guillaume Grossetie <[email protected]>
enh(properties) Correctly handle trailing backslash (#2922) (#2932)

eeb2a4f98e5f0d35513823f0d6fbd9d8ef92d7d2 authored about 4 years ago by il3ven <[email protected]>
enh(website) Simply demo rendering (#2923)

- make demo rendering more static and remove unneeded JS libraries

325c734213eee3be0c9fa5eca1bfc926185a074b authored about 4 years ago by Jan Pilzer <[email protected]>
enh(c-like) Fix incorrect highlighting for interger suffix (#2927)

3a89dfb51006751b34501ea4f78d744b6d98e91a authored about 4 years ago by il3ven <[email protected]>
(chore) fix contributor parsing in AUTHORS.txt

890c08849d5eb11ae2a0f6ce716c880fe3646f5c authored about 4 years ago by Jan Pilzer <[email protected]>
(chore) update Slack link

73491041be3df083d7864eb3dc750df80144adf1 authored about 4 years ago by Josh Goebel <[email protected]>
(chore) Simplify linting configuration (#2900)

Also:

- Use overrides instead of multiple files
- Fix merge html plugin linting

4d9d9e1832e3a8ce48fc116e2aee1a5225351bdc authored about 4 years ago by Jan Pilzer <[email protected]>
enh(swift) Improved highlighting for types and generic arguments (#2920) (#2920)

1fb979c8699fdca8d266ad0d60cab8db10f18614 authored about 4 years ago by Steven Van Impe <[email protected]>