Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support highlighting inline HTML and CSS tagged template strings in JS and TS #2105

Merged
merged 3 commits into from Aug 16, 2019
Merged

Commits on Aug 16, 2019

  1. Copy the full SHA
    2b72051 View commit details
    Browse the repository at this point in the history
  2. Add support for highlighting inline HTML and CSS in TypeScript.

    With libraries like lit-html, htm, hyperHTML, and others, it's becoming common to write inline HTML and CSS as tagged template literals in source code. This change adds support for highlighting such code as HTML and CSS using highlight.js's inline language support.
    rictic committed Aug 16, 2019
    Copy the full SHA
    0634025 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3bfba30 View commit details
    Browse the repository at this point in the history