Skip to content

Commit

Permalink
chore(readme): clarify interop with handlebars grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 10, 2021
1 parent 291dd17 commit 4a239f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ where `{tag}` could be:
- html.handlebars
- htmlbars

**NOTE** highlightjs-glimmer cannot be used at the same time as highlightjs' handlebars syntax highlighting.
**NOTE** because highlightjs-glimmer overrides the same aliases as highlightjs' handlebars grammar,
to use the handlebars grammar align with the glimmer grammar, you'll need to use the full name in class
```html
<pre><code class="lang-glimmer">...</code></pre>
<pre><code class="lang-handlebars">...</code></pre>
```

## HTML via CDN

Expand Down

0 comments on commit 4a239f2

Please sign in to comment.