Don't capture first line of @example blocks as js/ts

Fixes #64457
This commit is contained in:
Matt Bierner 2018-12-05 14:33:46 -08:00
parent 6d0d6713cf
commit 36c4dc33f6

View file

@ -7,7 +7,7 @@
],
"repository": {
"example": {
"begin": "((@)example)\\s+",
"begin": "((@)example)\\s+.*$",
"while": "(^|\\G)\\s(?!@)",
"beginCaptures": {
"1": {