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
54d1ed068ae0834bb817c91c71b6f92715465654 authored over 4 years ago
93fd0d7335e2b8b94dd122dc2898db8c86343257 authored over 4 years ago
c5783d2ffca795ccbae7045f66553adaf78303a2 authored over 4 years ago
a4ee4e40263aad8586bfe7d1d0fc42a0683080f7 authored over 4 years ago
- This causes a syntax error on node 6 and earlier.
06565885c7c8d2717b0f8d655c3157f02551686c authored over 4 years agob1bce6e3ada485b89696f554878b2ef44a73d94a authored over 4 years ago
74de6eaa1d4dddd2ce1b167abda91913a77c48e6 authored over 4 years ago
b2d19b038882b32935325d7f73531c8dfde2f7c4 authored over 4 years ago
84f7fa3c8d9742a2f890a406ac2cebf88830d139 authored over 4 years ago
c6dec5e0d90af7a01275b0362b035c9f1ea598b0 authored over 4 years ago
- fixes tiny style issues
- adds `npm run lint` for linting the main library source
(not langu...
014343e8d57f35ac6b01c619d9a3d8989de39dfe authored over 4 years ago
* Dart: allow built-in nullable types with trailing ? to be highlighted
b4046ce996340147fe75e3e419c4378781de4f3a authored over 4 years agoAdds file extensions to all import specifiers in ./src/ files. This is useful to run the files ...
a010c151328b8944a7a03e5335956de8baf63295 authored over 4 years agoFixes: https://github.com/highlightjs/highlight.js/issues/2594
1936dbd59dcd4de7391a9ea0413a68906fb04c14 authored over 4 years agoCo-authored-by: Vladimir Jimenez <[email protected]>
adb813c7221971d0094a779762ed0e2af639f556 authored over 4 years ago
- Added support for many additional types of floating point literals
- Added related tests
T...
d8189c603d63b261d427a39b835707593d86af6f authored over 4 years ago1bfe83475bd09566b73fdc69992a37eb294365a5 authored over 4 years ago
c4c9772a45bc5d91046efa89d3901849bac99f1b authored over 4 years ago
debfdf7cc9822a49e7f033b2c286ef025ce8d3c8 authored over 4 years ago
87a338b0a1e99976fe5c0c8f6ec7cb224765719e authored over 4 years ago
f30dbf774a1cb4c9644b6e97b0b853812e434038 authored over 4 years ago
3ff516994fc799f58220e21b5bec5c1e69041d19 authored over 4 years ago
* escape quotes also in final HTML output
* [style] update test coding style
* update markup t...
* chore(package): update @typescript-eslint/eslint-plugin to version 3.0.0
* chore(package): up...
* chore(package): update @typescript-eslint/parser to version 3.0.0
* chore(package): update lo...
* fix(groovy) strings are not allowed inside ternary clauses
* whitespace can also include tabs
02bdae34d81c9e690d18700cff1df287ab318c23 authored over 4 years ago
278a610ae3926634f7e06413a9e47ceaed419e5b authored over 4 years ago
- `htmlbars` grammar is now deprecated. Use `handlebars` instead.
A stub is included so that ...
e9e7b44a348065522eec49d406f614a2b4aef5ee authored over 4 years ago63f367c46f2eeb6f9b7a3545e325eeeb917f9942 authored over 4 years ago
Adds JSDoc annotations and a .tsconfig that allows TypeScript to be run in it's "allowJS" mode a...
c836e3aae667ce8c8f7b28534a25d280587f7d3f authored over 4 years agoc5cdc1cbe1b70dfcd14946cc68cd44014f322b3c authored over 4 years ago
* (erlang) add support for underscore separators in numeric literals
* (erlang) add tests
* Add new Dart 2.9 keywords for Null Safety language feature
f64993fc9da344fe4592c8f78dc651a2032681e1 authored over 4 years agoa34f2d46019e14ccc2ad19141d6b0c0fb4cce633 authored over 4 years ago
02fd993c55697a455e8af5fd4de48a226c7ee6b3 authored over 4 years ago
* Fixed @objcMembers in Swift
Would match `@objc` first, and the `Members` part would be unhigh...
544ed68d731f8b560e0e5616e60d254eb13ff466 authored over 4 years ago
Plural form is clearly better as it's not surprising to the reader
to see it being passed an arr...
527086fd42f9edac78db44c74731886e804b8266 authored over 4 years ago
8c7422958b8cca585e1866cde0d9f9ea6c7a8e43 authored over 4 years ago
04e4991d66657bd3c23d5356e069591f281910c6 authored over 4 years ago
* Add hljs.registerAlias(alias, languageName) public API
* Add .registerAlias() test
* make the object attr container smarter
* deal with multi-line comments also
* comments in an...
- (parser) Adds `keywords.$pattern` key to grammar definitions
- `lexemes` is now deprecated in...
33d3afe1002e27bb4d3dde88235f6ccf0159f24d authored over 4 years ago
- (docs) Add syntax highlighting for Rails Unicorn logging to supported languages.
b31cb981dd14541270389ea21c2047ba93462486 authored over 4 years ago
* fix[parser] add edge case handle for illegal 0 width matches
* add last ditch catch all that ...
* (build) browser build is CommonJS and IIFE (global) now
* (build) dropping support for AMD, w...
e8624ccb65cfd859a0273b58ec3897afd16a5498 authored over 4 years ago
* Use containers to match inline sequences and mappings
* Add string type for inside inline ele...
a23f19e16b9a1b1d4ff6d0bf86890ee03729212d authored over 4 years ago
Builds a common keyword foundation for any grammar that is
building on top of JavaScript:
- Liv...
b984c7baac05df21a44356e38b3a896970b53a5e authored over 4 years ago5f1fbf12ca33a1d0a8ed210c46a83671b87615f0 authored over 4 years ago
e63d5d7badecf510ea60985c5bea61feb4967391 authored over 4 years ago
* fix(javascript) prevent setter keyword 'set' conflicting with setTimeout|setInterval (#2514)
...
95abfe0b2c136ef17a57c5e0cdc813af5d401a4f authored over 4 years ago
PR #1897 switched C++ raw strings to use backreferences, however this
breaks souce files where r...
a4f1f2092e02955392836f8f0657864e3ad2a12d authored over 4 years ago
- I can never find this file because it's name didn't fully match.
- rename callbacks to `on:beg...
- even if that existing behavior is questionable
- the ending span should really close before th...
Adds a mode helper to replace the deprecated `endSameAsBegin` attribute.
The first match group ...
07450a69f44c4040d0bf9c7df9da54f34e0897f2 authored over 4 years ago1998ddf510119f23bb76c4c74c8ea88c46394d87 authored over 4 years ago
* fix(javascript/typescript): lambda with parens in parameters fails
- Fixes both JavaScript ...
0afd0d3f914a7d548afcc0b3696a4cad9a0a9166 authored over 4 years ago
* YAML parse non-word characters as part of tags
* adds support for verbatim tags
Co-authore...
7502e420ac2edbef746dd8cac0052eb7f0f984ae authored over 4 years agof86d6a9d41171dfa518de30c902f6931ff9100e5 authored over 4 years ago
* (chore) eslint:recommended
* (chore): eslint_standard
* relax eslint rules for language gram...
* fix(parser) fixes sublanguage with no rule matches
Resolves #2504.
f6813ccab84833be3b00d1438b2f11c18a67188d authored almost 5 years ago3875088aaedb8107492961b854701f48c89260b7 authored almost 5 years ago
2d90a5c49737d7b5cd6310c84c2721b23ee675e2 authored almost 5 years ago
51906fbb3a5a4eb6bb744412ce95aa0169f82836 authored almost 5 years ago
2cb1759098baa01235d925977289389b3286b3b6 authored almost 5 years ago
b49986efb677a40252402b85adba5162e7bfe0a3 authored almost 5 years ago
- Break this in v10 so that hopefully it will be a while
before we need to release v11 (anothe...
- add "(pre-compiled CDN assets)"
0a89e7ba0f78211924252310a727b4d669b34de0 authored almost 5 years ago
- *technically* exact relevance ties in auto-detect are bad
- HLJS resolves ties in _alphabetic ...
c7c561df8729d71c1d661e60dea04b51661b3ad9 authored almost 5 years ago
18be9ee55dbb74047bb4e41699c9f4ee2639c19c authored almost 5 years ago
864b702881aeb8a428c928f3d2c09d2e5dc73ffc authored almost 5 years ago
4389bf2d2d778b00ac99946aa90c57820b79e581 authored almost 5 years ago
- Before: `<params>(x,y,z)</params>`
- After: `(<params>x,y,z</params>)`
Improves consistenc...
30deab18baead4c247263c3f8d1f29c027d93a9d authored almost 5 years ago512ae5f5dcdc6dd24185e6e08737c3679073a9b6 authored almost 5 years ago
* Never language added to the list of supported languages.
ca23180cff10702aa7b711df8d35bc6af4b4769f authored almost 5 years ago52bf8d0e3d0f3df3a0289bbfd45972c598007600 authored almost 5 years ago
6a50f692f5bdad8b5c0078e381e76dd8fd65f125 authored almost 5 years ago
772dc1fd872028262c7b18bcd9bb2ac3dbfc6300 authored almost 5 years ago
c5b1ae6dc9247d944bdea02cf3117027b2d4839b authored almost 5 years ago
* Fix windows absolute paths. Build no like `C:/` :-)
67d21e9011de9a9715e7a2d89f76ec4ba21ec42e authored almost 5 years ago* adds `func` keyword for nim language
0b40e1cd15578a1bb6128da4db19f22aea61793c authored almost 5 years ago166aa0afb7259c010e7cd05acda8a5d85a81c4db authored almost 5 years ago
33a6718ddff1359a691fb9cf58c7d70edafc24e2 authored almost 5 years ago
* chore(package): update commander to version 5.0.0
* chore(package): update lockfile package-l...
7c355bf5062c761bad5dd3024e3bdc0b7716cd4d authored almost 5 years ago
* update docs
* readme links to upgrade docs
* build the version # into the distributable
* c...
- Try and see if we can stop people from submitting "fixes" to our newer docs
b862fc1e1e2e0d3e46749b7554626588179622f0 authored almost 5 years ago1ad2e0764ab812ed5767275da96cf9750dc18f7b authored almost 5 years ago
315bf597b319299d4f4504816660768a48b47c9d authored almost 5 years ago
ed4b46fb06a73791c929459a428bb998d70e2816 authored almost 5 years ago
- split out complex multi-regex matching into discrete classes
- new classes allow multiple reg...
Resolves #1212.
b6d0e373eab5c36f9f660612c77b7e986dc35d79 authored almost 5 years ago