Skip to content

Commit 76a913d

Browse files
committed
trigger ci
1 parent e555060 commit 76a913d

File tree

4 files changed

+292
-218
lines changed

4 files changed

+292
-218
lines changed

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = grammar({
3232
),
3333

3434
output_directive: $ => seq(
35-
choice('<%=', '<%==', '<%|=', '<%|==', '<%-'),
35+
choice('<%=', '<%==', '<%|=', '<%|==', '<%-', 'xyz'),
3636
optional($.code),
3737
choice('%>', '-%>', '=%>'),
3838
),

src/grammar.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/node-types.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)