Hi,
When I press ‘tab’ key in particular condition in the value of the style attribute Sublime Text will crash, such as with this code:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a style="
* "></a>
</body>
</html>
If you press ‘tab’ key before or after the ‘*’, or remove the ‘*’ and press ‘tab’ key Sublime Text will crash. You too?
I’ve this problem on my MacBook Pro with the last version of Sublime Text 3.2.1 (BUILD 3207).