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

Backslash is not used to escape in strings in standard SQL (#2301)

62fdd691847b8696c117921ecb8283493f79a991 authored about 5 years ago
(docs) More prominent list of supported languages (#2309)

1c4110fd3e3a26b4fb4c5cb2e5d3fd2ead1c7967 authored about 5 years ago
[pkg] Fix to be able to minify with closure compiler. (#2305)

- Call addEventListener on window instead of the global scope
- Fix to be able to minify with c...

e28b4f0b11e05b55d248f6c3f54e9e016293becf authored about 5 years ago
[chore] Greenkeeper/rollup 1.27.8 (#2307)

* chore(package): update rollup to version 1.27.8
* chore(package): update lockfile package-loc...

dc5cefbb5a141d3edb64d0ed8f46a69b6f047903 authored about 5 years ago
(ebnf) add backtick (grave symbol) as string character (#2290)

This adds backticks as an allowed character for terminal strings.

This has precedent in some ...

eebe0cbf2441214b1980cbac3c85dcd9793fef10 authored about 5 years ago
fix(themes) Standardize the padding/spacing for all themes (#2300)

* Standardize code block styling for all themes

display: block;
overflow-x: auto;
pad...

4ba3b917c043e18842c6709fd42d769f46040aa2 authored about 5 years ago
(cpp) Add additional keywords (#2289)

ca0ce8f985f0a342b6ee766d18d300646d406deb authored about 5 years ago
chore(javascript): add esm related extensions to aliases (#2298)

c60dcc9bba82edb30c39ad68730836356bcb730e authored about 5 years ago
fix(kotlin): fix termination of """ string literals (#2295)

- Properly handles cases: like """ends in a "quoted string""""
- Closes #2280.

dec92ac276a1ffff87947f8da13991141e84ee1d authored about 5 years ago
fix(parser/docs): disallow `self` mode at the top-level of a language (#2294)

d67e03f390263c5ab769e0d54993465be1e0dd22 authored about 5 years ago
fix: freeze built-in modes to prevent grammars altering them (#2271)

- previously a ill-behaved grammar could change the global modes
- this commit prevents that be...

fa62c84dfaeff2070e0916f19b0014fb824fcb3a authored about 5 years ago
(xml) expand and improve document type highlighting (#2287)

- Better highlighting of all meta-tags in XML

2b709438adcc84985be819bdac473feff6a4920a authored about 5 years ago
enh: add Safe Mode. Better error handling for crashes. (#2286)

47b61ae599b2890bfcf578e179b5ca857fb7b6db authored about 5 years ago
minor: spelling/style issues (#2284)

* add missing semicolons
* fix jslint issue about confusing ?
* fix "Expected an assignment or...

61cd26958cff7876dfc12ccbc5c3444cd3755b6f authored about 5 years ago
languages: ebnf, add underscore to productions and dot to terminators (#2281)

This adds the following:

* Underscores as a recognizable character in a production name
(met...

9a7adb27b7457d471cbe3c1e9a0d69e9718b1f25 authored about 5 years ago
fix(makefile) fix double relevance for assignments (#2278)

* fix(makefile) fix double relevance for assignments

Closes #1976.

- Makefile was claiming...

b53e78e359a6df6e15784e4937d63e39213873e7 authored about 5 years ago
clarify use of continuation (#2274)

93badf79cbfc439d34c68ca8684a72f71b15cf17 authored about 5 years ago
enh(elixir) improve heredoc and sigil support (#2257)

c87f53858b9ee7586e005c321fa2c46a8957f59a authored about 5 years ago
(objectivec) Sync preprocessor highlighting with cpp (#2265)

The objectivec highlighting had a few bugs and was missing a few
features:

- Expressions wit...

980ac21791b6760ed69ed83cb05a7c66b1fbad67 authored about 5 years ago
(objectivec) Handle multibyte character literals (#2268)

5ef8249890b1af6725e7ebec04fe2f478c7b2bc2 authored about 5 years ago
(go) Fix escaped character literals (#2266)

0434ec2ec0678704e03927cbcf0e6d8e6254a289 authored about 5 years ago
Stop passing unused arguments (#2262)

- fix: providing with too many arguments to `startNewMode`

79b47d8ae8fd6fce278ca306d7221b8636ff71c7 authored about 5 years ago
enh(xml) support for highlighting entities (#2260)

849a8ab4fa04094650e4a5470f98fe62b714837d authored about 5 years ago
enh(gml) fix naming of keyword class (consistency fix) (#2254)

d95ace7dcf894f560982d11d423b9f7879d2ba58 authored about 5 years ago
enh(javascript) Add support for jsdoc comments (#2245)

5b9989dd6d12a830381345d7d2f7c82ed3ec8025 authored about 5 years ago
[build] Test building a "use strict" safe package (#2251)

- Adds a test to the CI pipeline that builds a "typical" consolidated
Highlight.js package fr...

e946496dba3ba9719e270848b4d8b3a953d3dfaf authored over 5 years ago
fix(python) if incorrectly identified as f-string (#2200)

f9140a7c7ef5218d8447aed70bc94606c6a5ce7d authored over 5 years ago
enh(powershell) major overhaul, huge improvements (#2224)

- Much smaller size also thanks to regex use vs hard-coding a zillion keywords

f35adc1b995a971ccaf3c73e6bbe0bc3e7a66a9b authored over 5 years ago
update master with 9.16.2 release notes

7163f057e8f7c26835f3836fbd839af8ab9693d4 authored over 5 years ago
(maint) Update commander to the latest version πŸš€ (#2249)

* chore(package): update commander to version 4.0.0
* chore(package): update lockfile package-l...

41794bbc01ce10c469757642ba296e53ba9cde32 authored over 5 years ago
enh(css) major CSS highlighting improvements (#2241)

- enh(css) major CSS highlighting improvements
- enh(scss) port a few of the css improvements o...

d39d22345838877c82ad7f5a010ffa8a32cb5eb9 authored over 5 years ago
(docs) qualify "immediately" (#2242)

8d421c9cb0c18ae64906e1b802bfc3b94349879e authored over 5 years ago
Fix missing var declaration in arduino.js (#2247)

- Fix β€œnot defined” errors in strict mode for arduino.js

addd3cfb6632cd7360e88607f9daf68f1a4a22ab authored over 5 years ago
[parser] fix merged HTML attribute quoting (#2235)

b7866d8a028f74ef909f5d38fc72599de9f9c9bd authored over 5 years ago
Fix regex look-ahead for end matchers (#2237)

7d436cdd1c3c4bc45d53239c5f12ba8a6458bf54 authored over 5 years ago
better error when a requested language is not found (#2236)

b17e4c1dcb7f01cfd94ff675b00a9f7cbd69d860 authored over 5 years ago
add .0 back to package.json

2a119265540ebc8bba136c1ccad39b1525d8bba5 authored over 5 years ago
RELEASE: bump to 9.16.0

f03634ab401f315a956aec2306fa28bfe83bc171 authored over 5 years ago
switch to fs.promises vs bluebird for tests (#2226)

- also switch to more idiomatic JS using newer syntax

a69eb6a2ea22bcfef21eee781bc3382b42de017c authored over 5 years ago
add cli tool to quickly check relevance conflicts (#1554)

25a81dd2d78f83a748a49eb3bf5abbed3bf465c9 authored over 5 years ago
ignore visual studio code settings dir

11f8732c2125d26ddae5b8c5a1e4c59632a48b17 authored over 5 years ago
(twig) update list of filter and tags (#2090)

5411884823eee16f43c79a6255c46541302cf228 authored over 5 years ago
fix(crystal): correctly highlight `!~` method definition (#2222)

03265963873681bab937f9339d622d2c0bb12d83 authored over 5 years ago
fix dropping characters if we choke on a bad regex (#2219)

- This closes #1566
- Previously: If we would hit a 0 length regex match we would skip
the p...

0be08e9e67912731234b59dfb82a902801922402 authored over 5 years ago
(shell) Fix formatting when '/' is in a shell prompt (#2218)

Right now if you have a prompt like `bash /home/user#`
the syntax highlighter doesn't correctly...

5b413a6a243e279c40cda662362ad9095ef11d90 authored over 5 years ago
improve auto-detection of accesslog (#2172)

- weights slightly higher for obvious user-agent strings
(Mozilla/version, etc.) +3
- weight...

65e7156a5b3a33015a45d66efd41014487faa2c0 authored over 5 years ago
add additional languages to the :common list (#2204)

Adds the following languages to the default (:common) build:

- Go
- Kotlin
- Less and SCSS
...

c7ead7223a17e9394ae421a5fbf5b995e072141a authored over 5 years ago
first pass as docs for what regex features we support

cf379969bcc41ad8a591ee61819e25366284b09c authored over 5 years ago
(brainfuck) use look-ahead vs returnBegin

81e7dad641a961006d0d964a2665df1c9cfa9355 authored over 5 years ago
remove |$ hack from xml

0ae8e9cc59cf8dbc1ac7a891cf17331e3a53c6a9 authored over 5 years ago
(abnf) use simpler look-ahead rule

7db575218338d98f7da8e7a5d847d41dde6214fe authored over 5 years ago
remove |$ hack from coffeescript

e6382f4fdb0f5c4c1e14549a9582fd468c8bd602 authored over 5 years ago
remove incorrect comment

f5d57376880ccbca4256b83ddd6929ab26ba8a1d authored over 5 years ago
remove |$ hack from livescript

e92eed2df2310bafcb63d721ef2a886b18f07b3e authored over 5 years ago
new sequential parser

- begin matches are matched a single time
(they no longer need to be rematched after found)
- ...

3e164ff7a6c1f9e8cdfb12927fe865b4e51cf778 authored over 5 years ago
remove |$ hack from stata

5f72f524827512887fdcfac8d34bbc33b28c75c0 authored over 5 years ago
(stylus) simplify with look-aheads

9c2eb990ff469296818e0c4633c4cea4ceeb2ca7 authored over 5 years ago
(Python) Support comments in function parameters (#2214)

Fixes #1963. Fixes #1627.

a6d6637bc017d1bbd707d5de6a226418b8c3ab90 authored over 5 years ago
(fix) endWithParent inside a starts block needs to trigger deep cloning (#2209)

Often rules (modes) can be static (ie, you can reuse the same rule over inside your grammar, mak...

2073d6b314aa63d44007e883194c27bcd0859015 authored over 5 years ago
npm update gear-lib to get handlebars securitiy fixes (#2210)

800ec90530f5329617169623165738b979aee89a authored over 5 years ago
(yaml) Improve matching for blocks, numbers (#2176)

37981730b5eb6ce0c33dd79af0d65b1e5f135660 authored over 5 years ago
[quickfix] update changelog to mention 2184

ce06a1afeaa3e171bec686d9e1969982cb1a4115 authored over 5 years ago
(handlebars) support for segment-literals and escaped mustaches (#2184)

bdf87d290e2d37540c1e1910840a3d24cd3069ff authored over 5 years ago
blacklist common keywords (#2179)

Common keywords (a mix of the most popular across all languages AND those most popular in the wr...

e859d30512e7aceafcaa4437a9b14e3d39247c59 authored over 5 years ago
(mipsasm) don't count ;$ as comment, more likely C code (#2187)

d263dffd4365c1202db7f66ae6e4ab3216c55e21 authored over 5 years ago
(avrasm) update comment to english (#2197)

530164f12aed6a2504edff1a9322b671135cefcc authored over 5 years ago
add urls for grammars (#2198)

5dff8bc8735a90eb290feb28ee94d33c65728e59 authored over 5 years ago
(cpp) Add future to keywords. Fixes #1610 (#2203)

2f5b314f0333fc752cdf097f647c496bab2cbc19 authored over 5 years ago
(swift) Add dynamicMemberLookup and propertyWrapper (#2202)

a5534aea281dcda10d36c17b5fbe8f7b9d9f8a37 authored over 5 years ago
fix(typescript): function keyword incorrectly flagged when part of larger identifier (#2199)

263232afdc794cfcb4d1a8f14579ecf2241cc428 authored over 5 years ago
(python) added support for literal brackets in f-strings (#2195)

9646eb08bfd6020d20878b8f2ef7dd54de527b78 authored over 5 years ago
(typescript) fix constructor match in class declaration (#2186)

- closes #1585

22afd543590e4c958012b3b6577fd2ec23b898d9 authored over 5 years ago
omit empty span tags in the output (#2182)

52d1212ca800a809d0007a767a6f87001984e6c0 authored over 5 years ago
(arduino) make arduino a super-set of cpp (#2185)

- Arduino grammar now includes ALL features of C++ grammar plus Arduino keywords
(such as fun...

9a2752ce33f119c87a4ad06f49e4c2f36523f4ae authored over 5 years ago
fix(Go): improve function declaration matching (#2188)

- previously function declarations were not matched because a { was expected to follow

ad44b29354a5ad9ea490afa2d9fe0701f5b0a608 authored over 5 years ago
fix(Handlebars): add support for raw-blocks and triple-mustaches (#2175)

- add "lookup" helper built-in list
- block comments like `{{!-- comment --}}` can contain a cl...

2afd9bdcc072451c9a41d73b9400851351af508f authored over 5 years ago
do not compress relevance key (#2180)

- This closes #1215.

41c16ddd8d02cc5b675fa7df4a3ee43f4b5bc6cc authored over 5 years ago
update LSL to SL server v16.12.03.322072 (#1433)

1e11e079ff4ddb160e1857e005804228487e2d43 authored over 5 years ago
[javascript] fix attributes following comments (#2169)

3ed8ce375b7724d2c3c1b72cac1a7030f00c5157 authored over 5 years ago
Adding node support to readme (#2167)

7a94cffbea6f487a79b428d7461e19a2346399d5 authored over 5 years ago
fix(YAML): improve matching for keys (#2170)

- greatly improves matching for YAML keys

856acc94ec390e306756d752454a213b6b77f5bd authored over 5 years ago
Remove vbscript support from HTML parsing (#2168)

f6c2d1052492dbebe140e925db739cee8d5df775 authored over 5 years ago
[sqf] Remove mention of dependency on CPP (#2171)

- Finishes up work from prior PR removing the actual dependency
- Add Category tag

b880db464c38527c83bb239673f756e9ed85b225 authored over 5 years ago
feat(javascript): Add big number syntax (n postfix) (#2150)

71c6271b501f26ffd845c7b72a7bb8682093bce1 authored over 5 years ago
fix(Pony): improve regex for numbers (#2154)

* Fix Pony numeric literals highlighting
* Only allow 1s and 0s for binary

42ab61fe82e3681f084f260c78ec29dfbc862bb1 authored over 5 years ago
Add svg alias for xml to the README (#2165)

- Completes #2164

efcf2841af0a9ceee3288cd4a6f96ba7f78079c9 authored over 5 years ago
fix(xml): Add svg as alias (#2164)

b6a7c740235ec1e3920a1ce8c35d0005ab8904f5 authored over 5 years ago
feat(styles/night-owl): add Night Owl theme (#2151)

0362f6d09c068f25e43997378e7db241cbeaa342 authored over 5 years ago
fix(sql): add varchar2 (#2163)

3d5813965beba6764c882152c7867883d2398a42 authored over 5 years ago
[cpp] improve single quote string highlighting (#2156)

5f1c2c986227974d350efff30148915d94257038 authored over 5 years ago
[diff] fix context lines matching (#2159)

719ee8a0cf6b4d9307d79e1f72c8b0e94df0f7c8 authored over 5 years ago
Allow JSON to handle comments (#2155)

* json supports comments, and tests

* catch error and pass it to test framework
- this provi...

b6ff7cb160d6f459418fd79faee4c28cc291c70a authored over 5 years ago
Add more C++ keywords and built-in types (#2152)

This adds new keywords from C++ 20 and makes wstring a built-in type.

2225ef97abe625320758b72b553af62e033eceae authored over 5 years ago
SQF should have it's own preprecesssor definition (#2141)

924cff10056ae8bb6249a8b0684cf598b681e4d3 authored over 5 years ago
Fix regex for Elixir numbers (#2153)

9b3db9a9b5da8ef1499fec804c1300fcde53c2fb authored over 5 years ago
fix(Angelscript): Added property keyword (#2148)

1208660f311d24a900e0d7728b7fadc29a18ce79 authored over 5 years ago
feat(powershell): add ps1 as alias (#2147)

5f80adab8159083711721c9cf62bae5b2664ef29 authored over 5 years ago
chore: Cleanup LICENSE (#2145)

47a8c42cd8553537cd5922067073bbdcd2bc22dc authored over 5 years ago
Language update for ArcGIS Arcade 1.8 (#2144)

62dfb2d5f91656bb5c5613ee1c084cca8aff60d3 authored over 5 years ago
fix escaping in markdown `code` rules (#2139)

7287eec890f737944f1f401e91186871b38a4e54 authored over 5 years ago