Prevent example jsdoc highlighting block from potentially leaking

Fixes #65181
This commit is contained in:
Matt Bierner 2018-12-17 16:22:52 -08:00
parent 21d29aeb45
commit 04cb6a4c77

View file

@ -7,8 +7,8 @@
],
"repository": {
"example": {
"begin": "((@)example)\\s+.*$",
"while": "(^|\\G)\\s(?!@)",
"begin": "((@)example)\\s+(?=([^*]|[*](?!/))*$).*$",
"while": "(^|\\G)\\s(?!@)(?=([^*]|[*](?!/))*$)",
"beginCaptures": {
"1": {
"name": "storage.type.class.jsdoc"