Tus comentarios

Hey guys, this might not be the best solution out there, but it's better than nothing.

<code>

{

    "keys": ["enter"],

    "command": "insert_snippet",

    "args"   :   {

        "contents": "\n* "

    },

    "context": [

        { "key": "selector", "operator": "equal", "operand": "source.php comment.block" }

    ]

}

</code>


Just add the above to your user's Key Bindings file. Hope it helps.

Just wanted to report that this exact same behavior happens on my machine. Thanks for pointing it out Luiz Gustavo! Hopefully it get's fixed soon, since I'd live to have 'auto_match_enabled' working.