I am working on my own completion, I have a case when I type something inside double quote in php file sublime will make suggestion for me
some thing like this:
<input type="number" value="Complettion/Sugesstion HERE">
what scope should I put in my autocomplete file to so sublime will suggest text when I type in double quote in php file within html syntax?