Skip to content

Commit

Permalink
End Tag completion should be given higher priority than <!-- and
Browse files Browse the repository at this point in the history
<!CDATA[

Fixes eclipse#1150

Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Jan 14, 2022
1 parent 29530bc commit 572f7fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"body": [
"<![CDATA[ $1]]>"
],
"description": "Insert CDATA"
"description": "Insert CDATA",
"sortText": "ZZb"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"body": [
"<!-- $1-->"
],
"description": "Insert Comment"
"description": "Insert Comment",
"sortText": "ZZa"
}
}

0 comments on commit 572f7fa

Please sign in to comment.