Socket
Socket
Sign inDemoInstall

@types/highlight.js

Package Overview
Dependencies
1
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @types/highlight.js

Stub TypeScript definitions entry for highlight.js, which provides its own types definitions


Version published
Weekly downloads
147K
decreased by-3.4%
Maintainers
1
Install size
3.62 MB
Created
Weekly downloads
 

Changelog

Source

Version 10.1.0

New themes:

  • NNFX and NNFX-dark by [Jim Mason][]
  • lioshi by [lioshi][]

Parser Engine:

  • (parser) Now escapes quotes in text content when escaping HTML (#2564) [Josh Goebel][]
  • (parser) Adds keywords.$pattern key to grammar definitions (#2519) [Josh Goebel][]
  • (parser) Adds SHEBANG utility mode [Josh Goebel][]
  • (parser) Adds registerAliases method (#2540) [Taufik Nurrohman][]
  • (enh) Added on:begin callback for modes (#2261) [Josh Goebel][]
  • (enh) Added on:end callback for modes (#2261) [Josh Goebel][]
  • (enh) Added ability to programatically ignore begin and end matches (#2261) [Josh Goebel][]
  • (enh) Added END_SAME_AS_BEGIN mode to replace endSameAsBegin parser attribute (#2261) [Josh Goebel][]
  • (fix) fixMarkup would rarely destroy markup when useBR was enabled (#2532) [Josh Goebel][]

Deprecations:

  • htmlbars grammar is now deprecated. Use handlebars instead. (#2344) [Nils Knappmeier][]
  • when using highlightBlock result.re deprecated. Use result.relevance instead. (#2552) [Josh Goebel][]
  • ditto for result.second_best.re => result.second_best.relevance (#2552)
  • lexemes is now deprecated in favor of keywords.$pattern key (#2519) [Josh Goebel][]
  • endSameAsBegin is now deprecated. (#2261) [Josh Goebel][]

Language Improvements:

  • fix(groovy) strings are not allowed inside ternary clauses (#2217) [Josh Goebel][]
  • fix(typescript) add readonly keyword (#2562) [Martin (Lhoerion)][]
  • fix(javascript) fix regex inside parens after a non-regex (#2530) [Josh Goebel][]
  • enh(typescript) use identifier to match potential keywords, preventing false positivites (#2519) [Josh Goebel][]
  • enh(javascript) use identifier to match potential keywords, preventing false positivites (#2519) [Josh Goebel][]
  • [enh] Add OPTIMIZE: and HACK: to the labels highlighted inside comments [Josh Goebel][]
  • enh(typescript/javascript/coffeescript/livescript) derive ECMAscript keywords from a common foudation (#2518) [Josh Goebel][]
  • enh(typescript) add setInterval, setTimeout, clearInterval, clearTimeout (#2514) [Josh Goebel][]
  • enh(javascript) add setInterval, setTimeout, clearInterval, clearTimeout (#2514) [Vania Kucher][]
  • enh(cpp) add pair, make_pair, priority_queue as built-ins (#2538) [Hankun Lin][]
  • enh(cpp) recognize priority_queue pair as cpp containers (#2541) [Hankun Lin][]
  • fix(javascript) prevent set keyword conflicting with setTimeout, etc. (#2514) [Vania Kucher][]
  • fix(cpp) Fix highlighting of unterminated raw strings (#2261) [David Benjamin][]
  • fix(javascript) => function with nested () in params now works (#2502) [Josh Goebel][]
  • fix(typescript) => function with nested () in params now works (#2502) [Josh Goebel][]
  • fix(yaml) Fix tags to include non-word characters (#2486) [Peter Plantinga][]
  • fix(swift) @objcMembers was being partially highlighted (#2543) [Nick Randall][]
  • enh(dart) Add late and required keywords, the Never built-in type, and nullable built-in types (#2550) [Sam Rawlins][]
  • enh(erlang) Add underscore separators to numeric literals (#2554) [Sergey Prokhorov][]
  • enh(handlebars) Support for sub-expressions, path-expressions, hashes, block-parameters and literals (#2344) [Nils Knappmeier][]
  • enh(protobuf) Support multiline comments (#2597) [Pavel Evstigneev][]
  • fix(toml) Improve key parsing (#2595) [Antoine du Hamel][]

Readme

Source

This is a stub types definition for @types/highlight.js (https://github.com/highlightjs/highlight.js).

highlight.js provides its own type definitions, so you don't need @types/highlight.js installed!

FAQs

Last updated on 10 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc