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 #1150

Signed-off-by: azerr <azerr@redhat.com>
  • Loading branch information
azerr authored and mickaelistria committed Jan 14, 2022
1 parent 29530bc commit f02d335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -7,6 +7,7 @@
"body": [
"<![CDATA[ $1]]>"
],
"description": "Insert CDATA"
"description": "Insert CDATA",
"sortText": "ZZb"
}
}
Expand Up @@ -7,6 +7,7 @@
"body": [
"<!-- $1-->"
],
"description": "Insert Comment"
"description": "Insert Comment",
"sortText": "ZZa"
}
}

0 comments on commit f02d335

Please sign in to comment.