0
HTML tag completion bizarrely gives me </function>
If I type </ at the bottom of the following document, it tries to close an imaginary "function" element rather than the "html" element.
<!DOCTYPE html>
<html>
<head>
<script>
function f() { }
</script>
</head>
<body>
</body>
- Sublime Text 3 (build 3047) on Mac OS X 10.9.1
<!DOCTYPE html>
<html>
<head>
<script>
function f() { }
</script>
</head>
<body>
</body>
Customer support service by UserEcho