(chore) hljs.highlightAll();
This commit is contained in:
parent
1b204bd2e1
commit
921ef57449
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ If you're not using a build system and just want to embed this in your webpage:
|
|||
<script src="/path/to/highlightjs-rpm-specfile/rpm-specfile.js"></script>
|
||||
<script>
|
||||
hljs.registerLanguage('rpm-specfile', window.hljsDefineRpmSpecfile);
|
||||
hljs.initHighlightingOnLoad();
|
||||
hljs.highlightAll();
|
||||
</script>
|
||||
```
|
||||
|
||||
|
@ -26,7 +26,7 @@ var hljs = require('highlightjs');
|
|||
var hljsDefineRpmSpecfile = require('highlightjs-rpm-specfile');
|
||||
|
||||
hljsDefineRpmSpecfile(hljs);
|
||||
hljs.initHighlightingOnLoad();
|
||||
hljs.highlightAll();
|
||||
```
|
||||
|
||||
### Advanced
|
||||
|
|
Loading…
Add table
Reference in a new issue