0

HTML tag completion bizarrely gives me </function>

Jesse Ruderman 10 years ago 0
If I type </ at the bottom of the following document, it tries to close an imaginary "function" element rather than the "html" element.

  • Sublime Text 3 (build 3047) on Mac OS X 10.9.1

<!DOCTYPE html>
<html>
<head>
<script>
function f() { }
</script>
</head>
<body>
</body>