+1

Close tag with ALT+. has bug

Jelle de Jong fa 11 anys 0

When using ALT+. in Sublime Text 2 (without plugins, default ST behaviour), it has a bug when using XSLT:


<?xml version="1.0" encoding="utf-8"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:output method="xml" version="1.0" encoding="utf-8" indent="yes"/>

  <xsl:template match="">


Now press "ALT+." it will close as </xsl:stylesheet> not </xsl:template>