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

list item formatting fix

8b43025c61eab1bf915cbb5346ca27275c67c8d3 authored about 11 years ago by EricFromCanada <[email protected]>
making use of aliases, variants

6546adf2c94b35b30ff00a21c9da48434dd2ecff authored about 11 years ago by EricFromCanada <[email protected]>
Merge branch 'master' of https://github.com/isagalaev/highlight.js

79b898026bb69ab336246b0a8e0a8313d11d7455 authored about 11 years ago by EricFromCanada <[email protected]>
skip closing tag slashes

0c6ba7f84f31e63bf949c2c2cbb29103b5265387 authored about 11 years ago by EricFromCanada <[email protected]>
Merge branch 'markdown-improvements'

caab2e898516217178a5d097942865ad30bd0016 authored about 11 years ago by Jeremy Hull <[email protected]>
Add reference_link class in list of contains

861652f08c4164c350b3af646f04455a0434abb3 authored about 11 years ago by Jeremy Hull <[email protected]>
Search for links that are referential

101d2d6a5c034941513a3eb7fecec426936a5fef authored about 11 years ago by Jeremy Hull <[email protected]>
Group begin and end together

53ab38968f60e120ef8a2b4c37f136ebf984c221 authored about 11 years ago by Jeremy Hull <[email protected]>
Add link_reference to docs

22993722664618749e7ebbcaf925ba7eed98817f authored about 11 years ago by Jeremy Hull <[email protected]>
Add link_reference to solarized themes

3bf6282501be2c93d601773afea8395797c283c0 authored about 11 years ago by Jeremy Hull <[email protected]>
Add test for reference links for markdown

5543de62428194b668cf5ab318102f1856653fdb authored about 11 years ago by Jeremy Hull <[email protected]>
Add reference linking in markdown

435d3f04c9e8c8a696f5d074a8266c724d6a06f0 authored about 11 years ago by Jeremy Hull <[email protected]>
Include three `*` in horizontal_rule class

3d4047e7054971aa80ca41a2318b5e743cd56aee authored about 11 years ago by Jeremy Hull <[email protected]>
Include a single tab to match as code class

2e51edaea4a1f21cc9906c3e4e76b7c8c8070ed6 authored about 11 years ago by Jeremy Hull <[email protected]>
Add header support for 1-6

a14d06fbe0fc569a8d77039b17de709a659c5c11 authored about 11 years ago by Jeremy Hull <[email protected]>
Use variants for markdown

1316cccac5b74fba1180d2082e7c7cb728f55b2e authored about 11 years ago by Jeremy Hull <[email protected]>
Add relevance links

This is so markdown isn't guessed as asciidoc.

97d62628046484581707b401620ea6150a6ba918 authored about 11 years ago by Jeremy Hull <[email protected]>
Confine link_label to inside of square brackets

28b17e8f6f5aa0000996f59ffc908387e070a49d authored about 11 years ago by Jeremy Hull <[email protected]>
Fix awkward wording in docs

Fixes #338

df233e175c01639098b4d35cefd229e71d6a4102 authored about 11 years ago by Jeremy Hull <[email protected]>
"this" is not a PHP keyword.

1be84a512be4b6afa5447129c4947cc33f6b7e81 authored about 11 years ago by Ivan Sagalaev <[email protected]>
More relevance work:

- Illegalized `<` and `>` in the top mode of SQL.
- Reset XML tag relevance to 1 (was: 0).

a483a7cce77657e9f310d2e2400db9a837e988ee authored about 11 years ago by Ivan Sagalaev <[email protected]>
Reset relevance of Perl subst to 1.

61447a3a570ee8a5606569453f9a2cc64a2297a2 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Zeroed relevance of E4X in JavaScript.

0f6fdf439b308d4ad1c5edb1de9edf9793a2f7ac authored about 11 years ago by Ivan Sagalaev <[email protected]>
Make keyword lexing actually work.

Keyword lexing intentionally eats dots to prevent detecting keywords in attribute names accessed...

9a21da54bd21c236d6de82a667269a4bb6cfe4bd authored about 11 years ago by Ivan Sagalaev <[email protected]>
Zeroed relevance of the Lasso 'markup' mode automatically started after every closing bracket.

f4c0d4a00394e4a80319fcb45101985b2a452b0c authored about 11 years ago by Ivan Sagalaev <[email protected]>
Zeroed relevance for Haskell titles in the top-level mode as they eat any identifier at the beginning of a line.

98e9008cf9bbaa6ecda9149aaffed2b288acf62d authored about 11 years ago by Ivan Sagalaev <[email protected]>
Illegalize ';' within Erlang function definition.

cc383ce94827459785995c3736b9535a1260cf18 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Using beginKeywords for Erlang block statements. Otherwise they were being detected in the middle of words.

8d4fc277f0a02ea55b6562775584bbb0a56b0e1f authored about 11 years ago by Ivan Sagalaev <[email protected]>
Removed reference to non-existing IMMEDIATE_RE. Fixes #337.

c4b07f1f69d25adc10bffea43d5adc17848a4a50 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Removed obsolete parameters for highlightBlock from README. Fixes #336.

26010320951086c9d0575a768544aa5865ee1b70 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Using `getLanguage` in `blockLanguage`, also using more compact code with .filter (which is on the verge of being too clever, but let it live like this for a while).

58bb9944bc0a33c6d3f4765e8d5295ecc18e0319 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Fixed typo: cnofigure → configure, thanks @CTAPbIuMABP

b7d77d14db4dd50fc56314bac2405be63d43ef41 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Updated README with the new `configure` calls.

82a5de64b5f104db2fe0b6773d52ef84202caf6b authored about 11 years ago by Ivan Sagalaev <[email protected]>
Removing `self` as it is not needed anymore (right?)

9931e3d9877c7b6a041eb816dc7687ab6aab3e04 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Merge branch 'options'

aa708d4502e381b20a0e972c97a57fcf97c59a55 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Using `getLanguage` instead of `languages.hasOwnProperty` in `highlightAuto`.

273afdc22d938dc2cba98025f34dab49e06d2351 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Using Object.keys in a couple of places for readability.

8d6bfd9c524003803f198bc00b5a185dfff71452 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Restricting a set of languages used for auto detection. Both as a global option and as a parameter for `highlightAuto`.

0f02c65291316f818430bb73d3d1a8cfab7ade8c authored about 11 years ago by Ivan Sagalaev <[email protected]>
Unifying tabReplace, useBR and classPrefix under options.

bd69422d50884f59a0c407063574949172bfafef authored about 11 years ago by Ivan Sagalaev <[email protected]>
Extracted `node.nodeName.toLowerCase()` into a function `tag(node)` for readability.

deda1e57c31d8fda3d367375c00ada2bae894acd authored about 11 years ago by Ivan Sagalaev <[email protected]>
Fixed C# class definition

2a16fa5a34fff8d08c942b9005b551985e264970 authored about 11 years ago by Ivan Sagalaev <[email protected]>
`beginWithKeyword` replaced by a simpler `beginKeywords`.

6c7fdea002eb3949577a85b3f7930137c7c3038d authored about 11 years ago by Ivan Sagalaev <[email protected]>
Added Jan T. Sott to AUTHORS.ru.txt, fixed a typo in the Paraíso style file.

a3c2db5ddff5b0dd093d4ba4e82942cc6c7fc2d2 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Merge branch 'master' of github.com:isagalaev/highlight.js

46026de6e6cef43b37b31789804ada8001bbe8bf authored about 11 years ago by Ivan Sagalaev <[email protected]>
Method titles for C#. Not only it looks nicer, it also works toward relevance, as C# definition isn't very rich syntactically.

7350632e7cb24eab07ddd150f952f8f4cde081ce authored about 11 years ago by Ivan Sagalaev <[email protected]>
Add @idleberg to AUTHORS.en.txt

4e0dbfbe424a3f352393c357b0b2f871a235986d authored about 11 years ago by Jeremy Hull <[email protected]>
Add `hljs-` prefixes to paraiso themes

3abf67bc282957305963031471ea789eb5442e65 authored about 11 years ago by Jeremy Hull <[email protected]>
Merge pull request #332 from idleberg/master

added Paraíso themes

392c0bc2fe567f2e449fce02a4eeabea65d52b21 authored about 11 years ago by Jeremy Hull <[email protected]>
Merge branch 'improve-solarized'

3d0f5af0a5b6447e2a870862c6b49786b985ae74 authored about 11 years ago by Jeremy Hull <[email protected]>
Remove italic from comment higlighting

37acfde487fa7471655e1e7633ab118a7df9e860 authored about 11 years ago by Jeremy Hull <[email protected]>
Change important to red

3031620d4c50acd5d2f3d012ce5a580d45e6bdce authored about 11 years ago by Jeremy Hull <[email protected]>
removed old prefixed class-names

04359b12ebd338bd0976aff44f5359d1fa1723b8 authored about 11 years ago by idleberg <[email protected]>
Add highlight to a few classes

These are mainly used by markup languages like markdown and asciidoc.

c050d280be085476477c8401e30eeeaabc1eada8 authored about 11 years ago by Jeremy Hull <[email protected]>
Add comments to signifed solarized accent colors

a77b558f478ef2962f2d09d807298f74f9730c48 authored about 11 years ago by Jeremy Hull <[email protected]>
Put style tag one on each line

ab6ecb57ce3171eb15cbbba6b7d4af0f3852ee04 authored about 11 years ago by Jeremy Hull <[email protected]>
Merge branch 'fix/atelier-styles'

03233139dffeb8e5b403e4efbb4691bf26fec369 authored about 11 years ago by Jeremy Hull <[email protected]>
Better named comments for selection groups

9cb8922518a8bae37070e36d2c7366ed82ddcaa5 authored about 11 years ago by Jeremy Hull <[email protected]>
Add missing prefixes in atelier styles

281002d9ab229add452dcf0dfa8de8ac14b35ff1 authored about 11 years ago by Jeremy Hull <[email protected]>
More illegals in CoffeeScript class definition. Fixes #333.

ad23f2c5080b22386b6c92e2d04d294da5031c83 authored about 11 years ago by Ivan Sagalaev <[email protected]>
added Paraíso themes

ac0518a8af4337714678fd67b5329a1a13bc0c16 authored about 11 years ago by idleberg <[email protected]>
Revert changes in registerLanguage

Now it only accepts a function, rather than both function and object.

aada1caa85161f015c58e4aeac484fc7bb755d30 authored about 11 years ago by Jeremy Hull <[email protected]>
Fix grammar mistake in docs

7fff00519bdc26a075f16b6556c2b8c8e78ce67b authored about 11 years ago by Jeremy Hull <[email protected]>
Merge branch 'relevance'.

- Reworked relevance for a few languages.
- Relevance for all common-looking strings brought to ...

100e323a60114ae343698f8c205e7d69eed17102 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Add JavaScript .pi to classref

d368ae24a7a346ed487c846cc39b572c07dfa57d authored about 11 years ago by Ivan Sagalaev <[email protected]>
Setting relevance of all common-looking strings to 1.

It doesn't affect relative relevance of languages that do use
common-looking strings but helps t...

f906f71db07d8fc443128d1d0850202aa70f0b80 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Big relevance overhaul, prompted by #325:

- zeroed relevance of 'anything followed by :' in autohotkey, coffescript, smalltalk
- special r...

927c17f6d49af5c285f6846d72b935503885e6cf authored about 11 years ago by Ivan Sagalaev <[email protected]>
Merge pull request #329 from maximal/patch-1

Unnecessary colons in headers removed and JSON converted to RST header

6d9a2ca048e9b7677fdb4b75802cfc2e6de44c15 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Unnecessary colons in headers removed and JSON converted to RST header

2825a3ffd70a3fbedcbff9f5f18bec3d29725eae authored about 11 years ago by MaximAL <[email protected]>
Fixed a Sphinx warning, removed classref.txt. This fixes #300.

b5db23fc327c311ad0db7da9be6822d51efb7b0c authored about 11 years ago by Ivan Sagalaev <[email protected]>
Merge branch 'flexible-register'

e26b042c307e3d74c3251cfac85d41193636626a authored about 11 years ago by Jeremy Hull <[email protected]>
Update docs for the multi-typed language param

aa207be6baf3762fc72db1b968dc8e339b4bd530 authored about 11 years ago by Jeremy Hull <[email protected]>
Allow registerLanguage to take multiple types

This is so we can take the `language` param as either a function, that takes
one argument of the...

fafd2dd498e7ed2f0d1b2cb720ae24b7cda9cb10 authored about 11 years ago by Jeremy Hull <[email protected]>
Merge branch 'highlight-documentation'

This is so people know that the `highlight` function takes aliases, and not
just the full langua...

99eefae423d6f9cdd620a937ca8459a092b7350b authored about 11 years ago by Jeremy Hull <[email protected]>
Update docs to new highlight documentation

bd843fe7209af5af08b7e9c62658874991404c2d authored about 11 years ago by Jeremy Hull <[email protected]>
Note in the comments highlight can take aliases

33c5879ee150f67d4733f5acee5b4f9ea1016fe8 authored about 11 years ago by Jeremy Hull <[email protected]>
Change language_name to just name

This is to reflect that `highlight` can accept the full language name or an
alias as the first p...

cd42469eeb5e92f8538053da6add8f7aa49a4aa3 authored about 11 years ago by Jeremy Hull <[email protected]>
Add css-classes-reference to docs index

7865020ee7de8a66a9367ccb794e0084ce176067 authored about 11 years ago by Oleg Efimov <[email protected]>
Convert classref.txt into docs

901f51d103ca372c9b3ea358e4a988d297e5f10c authored about 11 years ago by Oleg Efimov <[email protected]>
Documented the rest of backwards incompatible changes in CHANGES.md.

5f5caac71eedd11126724617147ddffbfb01df1e authored about 11 years ago by Ivan Sagalaev <[email protected]>
Unify relevance counting into a single variable.

Historically, we accumulated relevance coming from parsing modes
and relevance coming from keywo...

cc1bddbde49095ae2f9a57ef22bcd8070695c710 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Import news from the site into CHANGES.

d38a47b205921c9765188f85145b8a4d403f7253 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Using standard keyword lexing for Ruby.

Ruby keywords don't contain any fancy symbols anyway, and
standard lexing protects keywords surr...

0cabf952dc4fbd4f0506efc2b1ea61cd60113a44 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Zeroing relevance of comments starting with `;` as they take over a lot of C-like languages.

e1f55e4f478ba1cd149397b462cd8eaf9e63d6c9 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Merge branch 'master' of github.com:isagalaev/highlight.js

61f2341bca28a21ab037feabd91aa9dd74ba33d1 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Add golang->go alias to classref document

aced784d2a5404fcceaa59cdd901362c062a7af1 authored about 11 years ago by Oleg Efimov <[email protected]>
Shorter code for populating expanded_contains

879883c1d31dcd78554b82c7ae3d5477f94ecd30 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Define 'inherit' in local scope.

90c51c97f4bfe6edb791aade78d0ebbf91094479 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Namespace and class titles in C#

8e341b11a4b1a1133e37de279e7c9cd2e45e42f3 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Improvements for Objective C:

- @-keywords defined with the actual '@' symbol to not mess
with other languages
- custom `beg...

888461c206edbc0db288583e1525a213e77fc6bc authored about 11 years ago by Ivan Sagalaev <[email protected]>
Drop high relevance for Python class definitions.

They aren't defined strictly enough and can be recognized in the middle
of the sring in other lan...

8e2c4d4071b59704a06ed33bd95fda6bc2d22e21 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Added 'hljs-' prefix to '.phony'

1044d440363e818eeb92bac0dbc6ddc732ad36c5 authored about 11 years ago by Ivan Sagalaev <[email protected]>
More SQL fixes:

- 'database' keyword
- don't start operators in the middle of the word

c19fbc8cd105c5031b660bf0077a572278f1a189 authored about 11 years ago by Ivan Sagalaev <[email protected]>
'merge' and 'matched' keywords in sql

0e40239847a2b716e35ec064be63351c1cc75fef authored about 11 years ago by Ivan Sagalaev <[email protected]>
Allow PHP within <? .. ?> in HTML.

3f3455c1ef09f9df30af58d849ca3d75e06946fc authored about 11 years ago by Ivan Sagalaev <[email protected]>
Make sure sub-language continuation lives in the mode itself, not in the stack wrapper.

122cbbce2145b75996a14dbba0cb39dc6edd1120 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Use variants for haskell comments

4bd9b7839ac77555bd112cf0bfe0a7af619c1a7c authored about 11 years ago by Jeremy Hull <[email protected]>
Removed ::selection from rainbow.js for consistency.

a2a144d989874cf63a77485d1daf58eea15dd6cb authored about 11 years ago by Ivan Sagalaev <[email protected]>
Removed duplicate keywords

339db35f4e4fd92238eafa8b18438ae3732759b1 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Relaxed Delphi snippet with whitespace after punctuation.

452937666ac6255f065a28b3189aac33b649f8a7 authored about 11 years ago by Ivan Sagalaev <[email protected]>
Highlight Delphi class titles.

884f3e3df3ffdbb6ccab9c72947ae1a2ca743387 authored about 11 years ago by Ivan Sagalaev <[email protected]>