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) document variants/contains:[self] behavior (#2443)

Closes #826

6816975261ba08a24d008e2d28ef66234390081d authored almost 5 years ago
(parser) before/after plugin callbacks for `highlight` (#2395)

ad43aa387cdab40a6728c81e75019559808b5366 authored almost 5 years ago
(enh) make emitter a beta config option

- make emitter configurable
- mark this API as beta/private for now
- make rendering HTML a resp...

1e149620f2579d99a0d1201801485f56655f5266 authored almost 5 years ago
(enh) Add TokenTree and HTMLRenderer

7260f8f7ad067c17ec2dff9d4cf9e65e15b1b1b6 authored almost 5 years ago
(chore) better naming of utility methods

c8884ad0fe5246ab56cf1c32cd473e3ca2b6146c authored almost 5 years ago
(chore) split out emitter from TokenTree

bc2f74d0ec1fe29904103779b08ff3fa57796803 authored almost 5 years ago
enh(bash) default value is another variable

08c21ad407f0760072692f3ed3496dcbfa796096 authored almost 5 years ago
enh(bash) add arithmetic support

3fd4cf171252d82d15fb18f9be37e7d0de54088a authored almost 5 years ago
(chore) cleanup bash a bit

e39b28de7e4fa7570a0d87fb619e16ef887f7b24 authored almost 5 years ago
enh(bash) string nested within string

8d5efdb0d5726a9e2af2c5faa308d8b71264fe43 authored almost 5 years ago
fix(javascript) prevent get/set variables conflicting with keywords (#2440)

d93c13edd98d2476a4e96abc6a465524df0420bf authored almost 5 years ago
bug(clojure) Now highlights `defn-` properly (#2438)

381a5c6d374326d000b89db214237b081d51b01f authored almost 5 years ago
(bug) fix actual intention of Stan rule

It's obvious `\s+` is what was intended, not that the first
character should be optional.

7f314a67f240caa28053b1c51cd37801ebf208d0 authored almost 5 years ago
(chore) missing spaces

8c0f9e35bcee11c0716ec8ea04f1aeb67e3e85ff authored almost 5 years ago
(chore) simplify BNF grammar

ec0ec9b6dcad60c964575667345c20f27027262c authored almost 5 years ago
(chore) update language contribution guidelines (#2427)

ae18d9cd4647cdf1fbb9457542953e78c7a3fe74 authored almost 5 years ago
add(php-template) Explicit language to detect PHP templates (#2417)

- Adds a separate language to detect PHP templates to avoid overloading
`xml`

XML never sh...

0a5bbe4a8e87c791a86cbc47418b0570bb659f15 authored almost 5 years ago
enh(clojure) Adds global definitions with class name `title` (#2419)

Adds support for Clojure global definitions with class name `title`, including:

* def
* defo...

51a7af41a2d19b65e85001f4098bc4dfe3b318ba authored almost 5 years ago
(chore) Move supported languages into their own file (#2415)

f97acb63c72d38c61b0daa231a9c451351567652 authored almost 5 years ago
enh(powershell) Add PowerShell 5.1 default aliases as "built_in"s (#2423)

* Add PowerShell 5.1 default aliases as "built_in"s
* Add 'gerr' to PowerShell aliases (new in ...

c8d7359ef5c22964fab08c28b32508d2483bdcc4 authored almost 5 years ago
Add incorrect highlighting issue template (#2421)

36e1e330bcd32ab7009fb89ac23cddeed4425ab2 authored almost 5 years ago
enh(fortran) Add support for FORTRAN 77 style comments (#2416)

Closes #2310.

d2e749368d7f71c1951182d5865591cdbe04e08e authored almost 5 years ago
enh(python) Added `python-repl` for Python REPL sessions (#2413)

83996aaff0152d8ffcb53b69602ee26da871119a authored almost 5 years ago
enh(csharp) add support for `@identifier` style identifiers (#2414)

48a3ba9e9d341722bd635e26fc382eece7d48386 authored almost 5 years ago
(chore) add `name` attribute to all language grammars (#2407)

5dcc628e79704eddca5cdf42c75f0f568a2fdb7a authored almost 5 years ago
(chore) Change markup samples for armasm comments

User requested the issue example code they provided not be used verbatim.

Closes #2411.

effa09aa2ad968488ee474df0b120bd067f5984d authored almost 5 years ago
(chore) bump to 10.0 to prepare for beta

38c7ba9a6726bfc70ebb5ac9407b55baadb71b10 authored almost 5 years ago
enh(armasm) support // and # style line comments (#2410)

* enh(armasm) support line comments // and #

Fixes #2408.

* fix(armasm) instructions shoul...

a34abcb57dcc8a5325c5d87c7a32e735deb2cf90 authored almost 5 years ago
(chore) pull out mode compilation into a dependency (#2409)

- a top-level `self` reference will now always raise an error
- pull out mode compilation into ...

fb6181afd25e8a08595b4eaf9cf86b55907da558 authored almost 5 years ago
fix(elixir) Support function names/symbols with a slash (#2406)

- Do not mistake code like `import Kernel, except: [ /: 2 ]` as the beginning
of a regex, wh...

3f2b813a3732f45b0a5e719e3d16fa55bf73c5f9 authored almost 5 years ago
fix(javascript) comma is allowed in a "value container" (#2403)

- fixes case where a regex would not be detected if it was anything
other than the first para...

4bc39be963aea79c8b5dd6b2c17c9be2f4d595b0 authored almost 5 years ago
(parser) language grammars have a `name` attribute now (#2400)

65d46b34f2b91c04c5663061302e69b9320be3cd authored almost 5 years ago
split code into modules and simplify (#2402)

* remove dead code
* pull out deep freeze
* move out escapeRe
* move out reStr to source
* m...

976afa1d0ce0cfcd62dea81ce676ef838f3e1025 authored almost 5 years ago
(chore) remove .js extension in require (#2401)

d326a07f49a4822e9cbd0de3cd02b7d4099d4881 authored almost 5 years ago
New build system (including 3rd party languages) (#2312)

* new build process for brownser/cdn/node
* detect 3rd party languages
* can run markup tests ...

b64b0081be232715b1363b8710b8c78fc4bb340e authored almost 5 years ago
enh(apache) improve apache grammar (#2389)

* enh(apache) improve apache grammar

- add `deny` and `allow` keywords
- highlight numbers a...

608b6fc5d80e6f6aaf172db45649248de7897348 authored almost 5 years ago
enh(php) Add additional keywords, built-in classes, and '<?=' syntax (#2372)

* Added More Keywords

+ `__TRAIT__`
+ `bool`, `callable`, `float`, `from`, `int`, `iterable`...

71a32c3c4397f04f2ab288f3799fe2e10d70690b authored almost 5 years ago
(dev) add Dockerfile for container development (#2213)

c71c71bd6b1f4abe88f7fa5bed994c7782e137e9 authored almost 5 years ago
(chore) rename references to the AUTHORS.en.txt file

560b37cd0e8ee688827d44ce38fd0089025554e2 authored almost 5 years ago
fix(protobuf) Fix `rpc` when followed by a block (#2388)

* fix(protobuf) Fix `rpc` when followed by a block

Resolves #2351.

f9192755292775cf950b0ea4bae99f9104109bfe authored almost 5 years ago
enh(zephir) almost complete rework of the zephir grammar (#2387)

* (chore) zephir grammar cleanups and more

The original grammar was lifted from PHP and is in...

df36efb70ef16dbd28ff8b6e295071090a42110b authored almost 5 years ago
(chore) automatic greeting for users first contrib (#2385)

7bc073f22d6cec2c8e70f9d506cda865b0ffafc0 authored almost 5 years ago
enh(markdown) much improved markdown support (#2382)

* basic nested bold/italics support
* bold and italic can contain links and html
* blockquote ...

58cf76d3e1a2c1c5bb6069351f05b063a371f712 authored almost 5 years ago
Update issue templates (#2381)

Add some issue templates to see if they are useful.

120fb1a614fb882b88c452df9566eaa1e3659829 authored almost 5 years ago
enh(parser) better regular expression detection (#2380)

* enh(parser) better regular expression detection

- fewer false positives
- Uses a look-ahea...

11fcaea98b16679912d9d8328c56696467a0cc18 authored almost 5 years ago
enh(csharp) generic modifiers, reference paths, `where` keyword (#2378)

* enh(csharp) add generic modifiers
* enh(csharp) Allow reference path in class inheritance lis...

98b9cec1845ecf2e8d7d770557f472638d282a13 authored almost 5 years ago
enh(parser) simplify nohighlight (#2374)

* (chore) make `noHighlightRe` and `languagePrefixRe` configurable (languageDetectRe now)
* (ch...

3bb179c7b72b9260e4f8752d047d9f338572cb2a authored almost 5 years ago
enh(fortran) support intrinsic data types & better 0 width match error detection (#2379)

* enh(fortran) support intrinsic data types

Closes #1723.

* (parser) throw "0 width match"...

7be9dc8bc3c4ff92aa38f748062d4270ec0099f5 authored almost 5 years ago
enh(java) improve Java annotation support (#2377)

* (java) annotations can include numbers. Closes #1478.
* (java) annotations can take params. C...

3bab4ca119b86e2b4aab05076915a0d45caaea2f authored almost 5 years ago
(chore) Add 4D language to the README

3e444a81e1b818261a8d74373a612088b229feff authored almost 5 years ago
bug(coffeescript) fix freezing bug due to badly behaved regex (#2376)

* bug(coffeescript) fix freezing bug due to badly behaved regex

2430e3706c1fe191f75828904b775adad3c0d584 authored almost 5 years ago
clean up and make grammar names more consistent

6c20b9bcf73114a40f9e42b7c961e208387a7d1c authored almost 5 years ago
Add missing changelog entry

c8ae19fc9d90aba2def1ab37feba4184451e527b authored almost 5 years ago
Revert "(chore) setup labeler to auto-label pull requests (#2384)"

This reverts commit 6fc52c1e26fb71f666a841d5c1b0d1a7b21a2af7.

Sadly this doesn't work for the v...

6ed7aa044371646074911e3b8d795edbf1c4113b authored almost 5 years ago
Don't try to release 10.0.0 just yet (#2386)

As per docs/maintainers-guide.rst, CHANGES.md is where the site
looks for the new version numbe...

053b1b70a4aeb926275b128b7f4646b2fe38c5e3 authored almost 5 years ago
(chore) setup labeler to auto-label pull requests (#2384)

6fc52c1e26fb71f666a841d5c1b0d1a7b21a2af7 authored almost 5 years ago
(fortran) Add Fortran 2018 keywords and coarray intrinsics (#2361)

- Added an `endassociate` keyword for `associate` blocks
- `do concurrent()` loops

Also, For...

86e5b1bc64900ad21b943cbbe6ba4afebe068093 authored almost 5 years ago
(delphi) highlight hexadecimal, octal, and binary numbers (#2370)

73e3f11e50cc4494661386c3b84f471e1f21227b authored almost 5 years ago
enh(parser) pre/post-highlightBlock callbacks via plugin (#2285)

* adds simple plugin API
* adds `before:highlightBlock` plugin hook
* adds `after:highlightBlo...

07a93c50eded9fc91d5d0011f85518e2f9178c98 authored almost 5 years ago
Added `txt` as Alias (#2360)

* Added `text` and `txt` as aliases for `plaintext
* Update CHANGES.md

ff0fb39e730088542dad7188de0b07320422dc5a authored almost 5 years ago
(chore) rename nimrod to nim

36fa74ef727926bce97ac112e80454abaea1b809 authored almost 5 years ago
remove darkula (mispelling) placeholder

f77974d5299066231cc06bcd407d2fc97990eb1d authored almost 5 years ago
fix language aliases and demo building

0eb875b4b64ff3bb4330b8461085c97b62f21a98 authored almost 5 years ago
(chore) Create `c-like` and c/cpp depend on that now

- chore(parser): effectively rename `cpp.js` to `c-like.js` [Josh Goebel][]
- chore(parser): cre...

591b7234e68567fe23d2acef605fe31dfcf925ae authored almost 5 years ago
chore(parser): compressed v9.x language definitions not supported

e82ee18ba915b2ab8a5054ee659747e752196008 authored almost 5 years ago
(chore) rename `cpp.js` to `c-like.js`

e65d80b9511fdcc1098a077580d193460acecbb3 authored almost 5 years ago
chore(parser): remove `load` listener

...in favor of only the newer `DOMContentLoaded`

6c4900d410fdf3c822167d956cc76f5168f8c118 authored almost 5 years ago
chore: prefer `includes` over `indexOf`

65bc39c60402b386cda92a1507ead686e0063e29 authored almost 5 years ago
(chore) rename tex grammar to latex

f59296e0d661634d4242ec13577b16dcee2df789 authored almost 5 years ago
chore(parser): rename `cs.js` to `csharp.js`

2e44ad79893e2dfafb63ddb3773fad5134a1203d authored almost 5 years ago
Update mocha to the latest version 🚀 (#2367)

* chore(package): update mocha to version 7.0.1
* chore(package): update lockfile package-lock....

eea1053ea9eafdb37877835ce4f572b29e7d549e authored almost 5 years ago
reset changelog for 10.0 again

da7005ca3175e4536aad54c28e2d7c69436760f9 authored about 5 years ago
release 9.18.0

d7c5a7ab6788888ffa89ba0fa0d02e002312484e authored about 5 years ago
[chore] Update jsdom to the latest version 🚀 (#2358)

* chore(package): update jsdom to version 16.0.1
* chore(package): update lockfile package-lock...

1ad9d184f9ef854fb5ee3d64ebcf4ad792e5c84d authored about 5 years ago
Rename AUTHORS.en.txt in the build script also

5e877d94271611cb007ae6dceaaa061198b99a77 authored about 5 years ago
Rename AUTHORS.en.txt to AUTHORS.txt

No need for this anymore, we have only a single AUTHORS file.

69f0c5929fef93b51fdeaaf72eaaf7762ee19a6b authored about 5 years ago
Update agate.css to correct broken link (#2357)

fcc52fed39a94afd226264d46d7008089e9c293c authored about 5 years ago
Add Grammatical Framework to README (#2354)

65523d7775d57171904eb0e5dd31a7d3e50f245c authored about 5 years ago
Added php7 to php classes list in readme (#2349)

892c16d13203e4ab06cc48d47704f07076d8ad13 authored about 5 years ago
enh(cpp) Misc fixes and improvements for function detection

- enh(cpp) Properly detect decltype(auto)
- enh(cpp) recognize primitive types (`int8_t`, etc.)...

ee8cf44afa3f24fc52afa40d944fbf29938b0cf2 authored about 5 years ago
feat(developer): add button to show parsed structure (#2345)

b33ef9382f1d1d88382817a1f6c339c30e6785b9 authored about 5 years ago
(fortran) added `block` and `endblock` keywords (#2343)

* Added Fortran `block` statement.
* Added Fortran `endblock` statement.

- Closes #2342.

42f1df4d391126e9135d7c7a6e27931ca85c709e authored about 5 years ago
(javascript) support jsx fragments (#2333)

* (javascript) support jsx fragments

701184ee4595e23377534483825e81359c0c96bf authored about 5 years ago
enh(ini) support arrays and much cleaner grammar (#2335)

* enh(ini) support TOML arrays and much cleaner grammar

b661885f3e18629971c0385ce82536b91ec9fc0c authored about 5 years ago
(chore) remove .Rhistory file that snuck in my accident

9a7f234905dff19668ddb82ee3122a6d56ddd8db authored about 5 years ago
enh(stan) updated with improved coverage of language keywords and patterns. (#1829)

- Almost complete rewrite. Corrected most patterns and updated function
definitions.
- Add ...

85db1cf96869b46a445bcd67ab471b006b7e11b6 authored about 5 years ago
(vbnet) Add missing `nameof` keyword (#2329)

bd545651b8bf0e6c4f8b8d37ca4af2ce311127ec authored about 5 years ago
docs: update maintainers guide (#2297)

12a4132dd224a02be2093f05778d3aaeab438bfb authored about 5 years ago
(javascript) fix jsx self-closing tag issues (#2322)

eee17cd6ee71e8cea2248daa1e3d87af37e9d2de authored about 5 years ago
(chore) Add PACKAGEPHOBIA badge to README (#2323)

- Track the installed size of our NPM package on the README

7b7c881184720c5e15cadae409d481774966e291 authored about 5 years ago
enh(docs) improve API docs (#2313)

a77a132904ac93fdc48ba73891d4cd8260824e71 authored about 5 years ago
chore: move handlebars back into devDependencies

40ef5c4eeda72b96c54b9e2d820c4998d12e4af4 authored about 5 years ago
fix: Issue with IE 11 and Object.freeze() (#2319)

* strings are immutable, no need to freeze them

61814b032efaba4cd00b82fc3e40ba70df15f665 authored about 5 years ago
chore: gear up for next release

b5c24c4ace920b56f0848190687ea6e5c2567655 authored about 5 years ago
chore: split changelog into core and language improvements

1ec7deb80de4c31491e4eaa69652e16d8c623a24 authored about 5 years ago
(release)Bump to 9.17.0, (chore)bump handlebars

6474be5c47a7b1214b57504d7b2ea6b11b5d1f2c authored about 5 years ago
Adding missing PR numbers to changelog

c90b569f6acdc094291a05dfb0ad8816acf007d4 authored about 5 years ago
(theme) Add Gradient Dark (#2316)

c3b45d5ca7facb3e0f574f98b2ee7b503dff603b authored about 5 years ago
chore(parser): switch from `createElementNS` to `createElement` (#2314)

a97561c08065c654094d2195add706b888f6f386 authored about 5 years ago
enh(parser): Better errors when one language requires another (#2311)

2d003576d5d95313c9210a60bfa3f3a689808d5b authored about 5 years ago