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 6ebaa5f commit 3c7adae
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 @@ -6,7 +6,7 @@ Description: Matcher for Handlebars as well as EmberJS additions.
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 3c7adae

Please sign in to comment.