Skip to content

Commit

Permalink
fix: xml.tmLanguage.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jun 11, 2023
1 parent 8d2e45e commit 4643498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions org.eclipse.tm4e.language_pack/_update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Do not edit the files of the project directly. If required, adapt the update/rec
Ensure that the manual changes in the following files are not overwritten:
1. [../plugin.xml](../plugin.xml): `markdown-math` stays disabled in until https://github.com/microsoft/vscode/issues/181662 is solved
1. [../javascript/Regular Expressions (JavaScript).tmLanguage](../javascript/Regular%20Expressions%20%28JavaScript%29.tmLanguage): `scopeName` is changed to `lngpck.source.js.regexp`
1. [../xml/xml.tmLanguage.json](xml/xml.tmLanguage.json): syntax fixes, see https://github.com/microsoft/vscode/issues/184852 and https://github.com/atom/language-xml/issues/96
10 changes: 5 additions & 5 deletions org.eclipse.tm4e.language_pack/xml/xml.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@
"captures": {
"0": {
"name": "punctuation.definition.comment.xml"
},
"end": "--%>",
"name": "comment.block.xml"
}
}
},
"end": "--%>",
"name": "comment.block.xml"
},
{
"begin": "<!--",
Expand All @@ -372,7 +372,7 @@
"name": "comment.block.xml",
"patterns": [
{
"begin": "--(?!>)",
"match": "--(?!>)",
"captures": {
"0": {
"name": "invalid.illegal.bad-comments-or-CDATA.xml"
Expand Down

0 comments on commit 4643498

Please sign in to comment.