Ecosyste.ms: OpenCollective

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

Highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
Collective - Host: opensource - https://opencollective.com/highlightjs - Website: https://highlightjs.org - Code: https://github.com/highlightjs/highlight.js

Normalized scheme.js header

github.com/highlightjs/highlight.js - b5d36038c0285e9095fdc67e4564ec4c196b905f authored over 10 years ago by Ivan Sagalaev <[email protected]>
Unified keywords/built-ins styling for lisps.

- "keyword" is the first identifier in a list
- "built_in" is a built-in identifier
- "title" is...

github.com/highlightjs/highlight.js - 04f4c6d50aaba768229858fc97e481bf9f087dc6 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Scheme keywords.

github.com/highlightjs/highlight.js - 6b403df3f497cdaad63f165ccfd6de3bb78b874e authored over 10 years ago by Ivan Sagalaev <[email protected]>
Avoid doubling other void elements along with <br>.

github.com/highlightjs/highlight.js - 0c6f646e371c7d8b16d958ecf795c0b71244ba37 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Subtler detection fail indication.

github.com/highlightjs/highlight.js - 890b1d2db516f0f58fc5c6b7c1524bff3252d85f authored over 10 years ago by Ivan Sagalaev <[email protected]>
Initial work on a new demo page.

- Restructured into a directory instead of being a single page.
- New shorter style switcher.
- ...

github.com/highlightjs/highlight.js - 9498de2d71cbd14ff7240ad48dfa4a8f0fab2319 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Change if condition to prevent use of continue

github.com/highlightjs/highlight.js - 75aa84ce1ef40c28c44a10915222100e605c2a39 authored over 10 years ago by Jeremy Hull <[email protected]>
Merge branch 'bug/br-doubling'

Fixes br duplication for when the tag is present but useBr is set to false.

github.com/highlightjs/highlight.js - f67291210298cf57714af6182eb0bbfd78a95ccb authored over 10 years ago by Jeremy Hull <[email protected]>
Rename test.html → demo.html

github.com/highlightjs/highlight.js - 423166db1a8a0180f616479116c562ec6dd63a97 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Highlight nginx vars in urls.

github.com/highlightjs/highlight.js - ff8c97944aac4426496cadc311e691e68626d3c0 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Merge pull request #546 from seven-phases-max/master

Fix .gitignore typo.

github.com/highlightjs/highlight.js - 1428d1308ef8798915136afc572c7c267e9b74de authored over 10 years ago by Ivan Sagalaev <[email protected]>
Fix .gitignore typo: node_module -> node_modules

github.com/highlightjs/highlight.js - cb740cad341726593518aba06526c794665faf90 authored over 10 years ago by seven-phases-max <[email protected]>
Fix br tag doubling

github.com/highlightjs/highlight.js - be698cdd1cb2b290f272e2e7e991ca7fce72cd0d authored over 10 years ago by Jeremy Hull <[email protected]>
Add test for br tag duplication

github.com/highlightjs/highlight.js - ffbc06e8670da945ada9ee28db2e067db448ad02 authored over 10 years ago by Jeremy Hull <[email protected]>
merge with upstream

github.com/highlightjs/highlight.js - 95bb678fb03869cb63a091a6b4f5a4190cbfd7a3 authored over 10 years ago by Sergey Vidyuk <[email protected]>
Please make indentation consistent within the file and with the rest of the code, we use 2-space indentation (no tabs).

Drop case_insensitive: false, it's the default value.
aliases should be a list of strings, not a ...

github.com/highlightjs/highlight.js - b17264a066cf63da05fb71065ff7b06dc2cf7cb6 authored over 10 years ago by Sergey Vidyuk <[email protected]>
Merge branch 'test/function-markup'

github.com/highlightjs/highlight.js - 4bf85749ed4eff9f4df409a25f3ee806836af7c1 authored over 10 years ago by Jeremy Hull <[email protected]>
Merge branch 'fix-test/function'

github.com/highlightjs/highlight.js - 414ce5a4a790bb5e8e3289ded60e15ef62d5e063 authored over 10 years ago by Jeremy Hull <[email protected]>
Fix failing test for function markup

There was an error in marking up coffeescript functions that started right
at the beginning of a...

github.com/highlightjs/highlight.js - 5c563baf8c736bbeae6305b476b5f7d7f07ee5bd authored over 10 years ago by Jeremy Hull <[email protected]>
Add function markup tests for coffeescript

github.com/highlightjs/highlight.js - e2c04e4091ca58c09731597b5eacea65838f31d7 authored over 10 years ago by Jeremy Hull <[email protected]>
Changed links to highlightjs.org to use https://

github.com/highlightjs/highlight.js - f851caccc8282c9717a01571bef9bd8d790cbfc0 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Merge branch 'markup-tests'

github.com/highlightjs/highlight.js - 445176ff9a06649654f37496fffa5c171db41f89 authored over 10 years ago by Jeremy Hull <[email protected]>
Add missing semicolon

github.com/highlightjs/highlight.js - 18dc714f980c345ec51420996ef5fab646e0c6da authored over 10 years ago by Jeremy Hull <[email protected]>
Move related content to its own files

github.com/highlightjs/highlight.js - 26612889306de3d0735c2c03a1d45037481a5472 authored over 10 years ago by Jeremy Hull <[email protected]>
Move div-regex to regex

Getting readying to breakup the separate test into two distinct files.

github.com/highlightjs/highlight.js - d20d12b4550ef5293a2d6e56056177afe37b34b7 authored over 10 years ago by Jeremy Hull <[email protected]>
Rename markup test to describe its behavior

github.com/highlightjs/highlight.js - 7b644b47a766c8ad6794635bcb4048ece9a4959c authored over 10 years ago by Jeremy Hull <[email protected]>
[#528] Publish styles to npm.

github.com/highlightjs/highlight.js - 708c3ca6a7739cf826fda9ee8c929c7fcbdb2210 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Removed persistent side effects from calls to `highlight()`.

This was probably the weirdest bug I can remember in this project.

It all started with tests br...

github.com/highlightjs/highlight.js - 31ac8697186e708009dafa61c6e580c88e4b9448 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Redefined title parsing in C#.

- Don't require public/private/protected before definitions.
- Rely on `ident+ ident(` to detect...

github.com/highlightjs/highlight.js - 6ceddea7f64bddbeb8dd442d95c202f361422a42 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Begin work on inter-relevance for Lisp dialects.

github.com/highlightjs/highlight.js - df9adc97a3ee0de2e6b2860f49e56ed4bcfde98d authored over 10 years ago by Ivan Sagalaev <[email protected]>
Add back "xml.js" dependency to "erb.js".

github.com/highlightjs/highlight.js - c91394e8c5a2705dfff0d0d409da4eb9f2d1c5a3 authored over 10 years ago by Kassio Borges <[email protected]>
Remove unnecessary reference to 'xml.js' on 'erb.js'.

github.com/highlightjs/highlight.js - 1a8257cfb642d713c9d60cc82b3f170d67fc9115 authored over 10 years ago by Kassio Borges <[email protected]>
Update ERB detection test file

github.com/highlightjs/highlight.js - 3f322f582023d04da2b7c7f2cc342386eaa74452 authored over 10 years ago by Lucas Mazza <[email protected]>
Fix erb syntax.

github.com/highlightjs/highlight.js - bfc47f58e0e53691d4b306c276f0d3265718235c authored over 10 years ago by Kassio Borges <[email protected]>
Merge branch 'scheme' of github.com:jpverkamp/highlight.js into scheme

github.com/highlightjs/highlight.js - 66450626d738732bd8e8f6a33a70891cd572c469 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Add initial support for the ERB syntax

github.com/highlightjs/highlight.js - 8be35d6a3f1bbd6c7e8595026b66ee50a3581442 authored over 10 years ago by Lucas Mazza <[email protected]>
Merge branch 'no-test-implemented'

This will be helpful for finding out if a contributor, of a new language,
hasn't implemented a t...

github.com/highlightjs/highlight.js - 82b552dfc11d6b2255e8f307ec0e413e3878130f authored over 10 years ago by Jeremy Hull <[email protected]>
Add test for seeing if a language has no test

github.com/highlightjs/highlight.js - ec6cba551f8922ca23692b53757ba87859df57f0 authored over 10 years ago by Jeremy Hull <[email protected]>
Remove utility.languagesList

github.com/highlightjs/highlight.js - 8dfa289e9991100412875e5a96d56475c075571a authored over 10 years ago by Jeremy Hull <[email protected]>
Use hljs.listLanguages for auto-detection tests

github.com/highlightjs/highlight.js - 3495b9e94ffb9dc03bf6c3699f9484343829171c authored over 10 years ago by Jeremy Hull <[email protected]>
Merge branch 'travis-info'

github.com/highlightjs/highlight.js - c8dd36a8b0617a1d64d68f0ed79650b502b3d2f3 authored over 10 years ago by Jeremy Hull <[email protected]>
Add build status to readme

github.com/highlightjs/highlight.js - 01e7c1803577789906e5ff9f2f91a9cf12eb1f39 authored over 10 years ago by Jeremy Hull <[email protected]>
Move npm install to the install section

github.com/highlightjs/highlight.js - 8a0f4962296e5c1bd78c3c08a67d6299da5e2715 authored over 10 years ago by Jeremy Hull <[email protected]>
Remove trailing whitespace

github.com/highlightjs/highlight.js - 18c879e5f09a5c4fcc9848f24fb7d2f571cc1c6b authored over 10 years ago by Jeremy Hull <[email protected]>
Merge branch 'travis' of github.com:chriseidhof/highlight.js

github.com/highlightjs/highlight.js - 9f7e4c7ed3d9eb26fdf4a543c41a603ebee20da3 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Add glob dependency for new markup tests

github.com/highlightjs/highlight.js - b44c58307ed9014191a831f67019df68a0f6d85e authored over 10 years ago by Jeremy Hull <[email protected]>
Merge branch 'master' of https://github.com/isagalaev/highlight.js

github.com/highlightjs/highlight.js - 10fcb53404469f28d21c779bee92b834393ff7fd authored over 10 years ago by EricFromCanada <[email protected]>
Rewrite to be more in the style of the lisp syntax

github.com/highlightjs/highlight.js - 7d8b6ebba610e43eea6e4258caa315ae3f11a416 authored over 10 years ago by JP Verkamp <[email protected]>
Corrected detection tests path in the docs.

github.com/highlightjs/highlight.js - e04c72650242696a2d6a1606daac33ed3b729ca0 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Test for CoffeeScript regexp and divisions.

github.com/highlightjs/highlight.js - e0ce9b12b1f75cf18a0de6d4a200cfc44c1243f1 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Renamed test/language into test/detect.

There's going to be two kinds of language-specific tests:

- Language detection on all sorts of ...

github.com/highlightjs/highlight.js - 0c50884a0041dbd54fb16ae11835e9c739af6d41 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Redesigned main CoffeeScript regexp mode.

Fixes #521 avoiding (\\.|.) in favor of (\\\/|.)

github.com/highlightjs/highlight.js - 47ec0b7c781016b0fbd952d4dfd9a3883a3c8d8a authored over 10 years ago by Ivan Sagalaev <[email protected]>
Add dust snippet into test/language

github.com/highlightjs/highlight.js - 47f0882f3ec7083ac2b54ee4938a60eaee73d37f authored over 10 years ago by Jeremy Hull <[email protected]>
Merge branch 'test-suite'

github.com/highlightjs/highlight.js - fd0ae34ea00e3e877d8c7dcd9665c1f22c8be8af authored over 10 years ago by Jeremy Hull <[email protected]>
Add new placement of snippets for contribution

github.com/highlightjs/highlight.js - d2bba7802e59b3308d8fd3c80bab539d8c1439f2 authored over 10 years ago by Jeremy Hull <[email protected]>
Change test docs to mention the command line tests

github.com/highlightjs/highlight.js - e4c156bd0fd4d9720fb0106473f924e1439a5242 authored over 10 years ago by Jeremy Hull <[email protected]>
Change testAutoDetection to handle multiple files

github.com/highlightjs/highlight.js - b9c4a27972098aa94f0d8935693145a5505feaba authored over 10 years ago by Jeremy Hull <[email protected]>
Change languagesList for the new file structure

github.com/highlightjs/highlight.js - 33a20c9441a07f02bdb878b3bd976175d6d3218a authored over 10 years ago by Jeremy Hull <[email protected]>
Move language examples to subdirectory

This will allow for multiple code snippets to be auto detected in one
language.

github.com/highlightjs/highlight.js - 884a3c97ae6ea0eac304afedd09f0e0733e39101 authored over 10 years ago by Jeremy Hull <[email protected]>
Rust built-in macros.

github.com/highlightjs/highlight.js - 00ffc82fe1f27ee5e699785ba0055b97a38fcde1 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Initial Travis file

github.com/highlightjs/highlight.js - c0306d4ce6dcf91e2e529bd1f75c50ad8351dec2 authored over 10 years ago by Chris Eidhof <[email protected]>
Zeroed relevance of Dust variables as it matches every word inside any { .. }.

github.com/highlightjs/highlight.js - 27815f3d323d79e026ab813de307381b186717ef authored over 10 years ago by Ivan Sagalaev <[email protected]>
Merge branch 'dust' of github.com:Sannis/highlight.js into dust

Conflicts:
AUTHORS.en.txt
AUTHORS.ru.txt
CHANGES.md

github.com/highlightjs/highlight.js - bdd6173082f6d74bac90da6c1a6435d2ff008660 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Merged DOS envvar definition into a single regex.

github.com/highlightjs/highlight.js - 5fda3494cfdfbbb454c036ecce4eeb89d32002b7 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Reset keyword relevance in DOS.

github.com/highlightjs/highlight.js - 685e07fe49a6cc92ca998cb953502e3c2ae1caa7 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Tidied up DOS comments.

- renamed COMMENTS → COMMENT
- removed unnecessary .concat()
- require \b after @rem

github.com/highlightjs/highlight.js - 5e668599f4d601ebf3fef3988c69fd19a5cf8a3f authored over 10 years ago by Ivan Sagalaev <[email protected]>
Attributing Anton Kochkov (@xvilka) as a contributor.

github.com/highlightjs/highlight.js - 08bdda3634a23dff1719b29ab8636ee85633cb79 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Merge branch 'patch-4' of github.com:XVilka/highlight.js into dos

github.com/highlightjs/highlight.js - 658d49709eab06b29708292bd443afd7ac24cf22 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Shorter name for LiveCode language.

The one that was before ("LiveCode server and revIgniter") was
unnecessary long and broke layout...

github.com/highlightjs/highlight.js - ce8bd6375906c56ac9eb1ee00293776a3b9bfa17 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Illegalize '/*' in CoffeeScript.

github.com/highlightjs/highlight.js - 8b2d3fd5e3c2a6d868063a1848f0a46fabcaba62 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Added G-Code (ISO 6983) support

github.com/highlightjs/highlight.js - 12b0db8d81c3194f6c184b73b7f0e8360492e716 authored over 10 years ago by Adam Joseph Cook <[email protected]>
Merge pull request #535 from cezarcp/patch-1

Added a few missing classes to built_in

github.com/highlightjs/highlight.js - 356352324ede8800f37d2bfc24906701f3f9d1da authored over 10 years ago by Oleg Efimov <[email protected]>
Use initHighlighting instead of the manual setup

github.com/highlightjs/highlight.js - 0009c49a677d76f4584c72e3b8b505c92944d2f7 authored over 10 years ago by Jeremy Hull <[email protected]>
Fix alignment of the variable assignments

github.com/highlightjs/highlight.js - b96047d355326650e2c690ea2931235c5a50820b authored over 10 years ago by Jeremy Hull <[email protected]>
Pull out function for repeated autodetection tests

github.com/highlightjs/highlight.js - f5ef29c72b2c531d20097d6c080dc525e6ed0909 authored over 10 years ago by Jeremy Hull <[email protected]>
Remove unnecessary semicolon

github.com/highlightjs/highlight.js - bb257b0ee0eb9d50561e022a28d0b2b1308fd52f authored over 10 years ago by Jeremy Hull <[email protected]>
Added a few missing classes to built_in

Added `NSURLSession`, `NSURLSessionDataTask`, `NSURLSessionDownloadTask`, `NSURLSessionUploadTas...

github.com/highlightjs/highlight.js - 647f27302b5a5a6e16196d1add0320736d3ee46f authored over 10 years ago by Cezar <[email protected]>
Fix test names

* sentence clarification
* small typo

github.com/highlightjs/highlight.js - 1fb919df595de23f12165b4de49348832a55c66c authored over 10 years ago by Jeremy Hull <[email protected]>
Add dart language test example

github.com/highlightjs/highlight.js - cf2e161c83c66f9ee6fd0da47911cb913eb6dd94 authored over 10 years ago by Jeremy Hull <[email protected]>
Update language test examples

github.com/highlightjs/highlight.js - 5c85322c06c8aa2b8f0fdc167a8817c1f804ff60 authored over 10 years ago by Jeremy Hull <[email protected]>
Add node modules for running tests

github.com/highlightjs/highlight.js - 340f7ccfd2b45fc66eb8fd315fc7a4cd436c9243 authored over 10 years ago by Jeremy Hull <[email protected]>
Move pacage.json to the root of the project

github.com/highlightjs/highlight.js - 5e2eea607fc304f60442e46d63b4702d48ea5de6 authored over 10 years ago by Jeremy Hull <[email protected]>
Add script to run tests with npm test

github.com/highlightjs/highlight.js - 0fd1cc54c38bc6cfe5fdda1d54f6bc9eb9288803 authored over 10 years ago by Jeremy Hull <[email protected]>
Fix build for node after package.json move

github.com/highlightjs/highlight.js - 8413f7dbc4121392b639ef0c092e6f810388509b authored over 10 years ago by Jeremy Hull <[email protected]>
Ignore the node_module folder

github.com/highlightjs/highlight.js - a63b9063779d2108ed34c92853b624c920279cb9 authored over 10 years ago by Jeremy Hull <[email protected]>
Add tests for special cases

These tests as using a browser emulator but the actual index.html isn't
going to have tests in i...

github.com/highlightjs/highlight.js - 1d23051020a55caee665cd8e0d1f09395c0a693b authored over 10 years ago by Jeremy Hull <[email protected]>
Add utility module for test suite

github.com/highlightjs/highlight.js - e528af1b77bf884dda23cbf8eb48aedb43053071 authored over 10 years ago by Jeremy Hull <[email protected]>
Add auto detection tests

github.com/highlightjs/highlight.js - 218b1c6ce7b72fb3d9367f86812ce7d82110b29f authored over 10 years ago by Jeremy Hull <[email protected]>
Add mocha options

github.com/highlightjs/highlight.js - 41606352426e05596c5a7939d0582b77332f2695 authored over 10 years ago by Jeremy Hull <[email protected]>
Remove merge conflict flag

github.com/highlightjs/highlight.js - d1a6c46285d4c7f99409c9bd0724dbd8b8e255a7 authored over 10 years ago by Jeremy Hull <[email protected]>
Added STEP Part 21 (ISO 10303-21) support

github.com/highlightjs/highlight.js - 8e1c398d520a0852d9e94e60d3f8b2c9d7fca6a8 authored over 10 years ago by Adam Joseph Cook <[email protected]>
Add scheme syntax highlighting

github.com/highlightjs/highlight.js - ecca6a9c1a0a29f3da639cb20ec5825b832feaf6 authored over 10 years ago by JP Verkamp <[email protected]>
Adding Henrik Feldt to AUTHORS.ru.txt

github.com/highlightjs/highlight.js - 5dea9a1c915ea366ed2bab1033e068f5c5a46086 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Reset relevance of F# keywords.

github.com/highlightjs/highlight.js - 91b21bc7964186432e82f16b60eba82f65287390 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Define F# type params in type titles only.

github.com/highlightjs/highlight.js - 883142f7778fd2447e894e9b8f71500bdf8cf9a8 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Trim F# snippet.

github.com/highlightjs/highlight.js - ca9d4ca1d5a1d8a30f69341d9627c45bb0e8b494 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Merge branch 'feature/better-typeparams-fsharp' of github.com:haf/highlight.js into fsharp

Conflicts:
AUTHORS.en.txt
classref.txt
src/languages/fsharp.js

github.com/highlightjs/highlight.js - 70aa04beba6eadaf08643a4024f496b635706a66 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Simpler definition for Ruby prompts.

- Don't use returnBegin
- Look for comments before prompts

Fixes #523.

github.com/highlightjs/highlight.js - a559a43ebda21cc8ced0f76dc6ecd0849d5edefb authored over 10 years ago by Ivan Sagalaev <[email protected]>
Added 'feature' as an alias for Gherkin.

Fixes #524.

github.com/highlightjs/highlight.js - e0be94cbdb04546a6a9a70a4ec2322a02270e4b5 authored over 10 years ago by Ivan Sagalaev <[email protected]>
Annotated Dart in CHANGES.md

github.com/highlightjs/highlight.js - d4380c49610d4bb915edcf8b966f7691b56117d1 authored over 10 years ago by Ivan Sagalaev <[email protected]>