Skip to content

Commit

Permalink
[soy mode] Add {element} as valid indenting tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
joyzhong authored and marijnh committed Feb 12, 2019
1 parent 7a1bff4 commit c621228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode/soy/soy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

var indentingTags = ["template", "literal", "msg", "fallbackmsg", "let", "if", "elseif",
"else", "switch", "case", "default", "foreach", "ifempty", "for",
"call", "param", "deltemplate", "delcall", "log"];
"call", "param", "deltemplate", "delcall", "log", "element"];

CodeMirror.defineMode("soy", function(config) {
var textMode = CodeMirror.getMode(config, "text/plain");
Expand Down

0 comments on commit c621228

Please sign in to comment.