Skip to content

Commit

Permalink
fix(handlebars): re-add "yield" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Oct 15, 2019
1 parent 671e3c9 commit 75327a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Website: https://handlebarsjs.com
Category: template
*/
function (hljs) {
var BUILT_INS = {'builtin-name': 'each in with if else unless bindattr action collection debugger log outlet template unbound view lookup'};
var BUILT_INS = {'builtin-name': 'each in with if else unless bindattr action collection debugger log outlet template unbound view yield lookup'};

var IDENTIFIER_PLAIN_OR_QUOTED = {
begin: /".*?"|'.*?'|\[.*?\]|\w+/
Expand Down

0 comments on commit 75327a1

Please sign in to comment.