Skip to content

Commit

Permalink
Add trailing newline in prism-liquid.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel authored Aug 19, 2024
1 parent 07ebf77 commit 3f82801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/prism-liquid.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Prism.hooks.add('before-tokenize', function (env) {

Prism.hooks.add('after-tokenize', function (env) {
Prism.languages['markup-templating'].tokenizePlaceholders(env, 'liquid');
});
});

0 comments on commit 3f82801

Please sign in to comment.