- /CSS/
- /HTML/
- /JavaScript/
- /PHP/
... in my /Users/ folder.
I have snippets for a particular thing I do in CSS, HTML, and JavaScript and intended on using the same tabTrigger knowing that each would be in their own folder and therefore only show up if the specific syntax was being used, or file open. Here is a screenshot example of what I thought would not happen @ http://grab.by/gPuO. Basically what we're seeing is that by typing 'qcmodal' I am getting a drop down with all three of my snippets even though they are in three different language folders. I changed the tabTriggers to be '-lang' at the end since 'qcmodal' [tab] outputted my CSS snippet whether I was in a .js file, .php file, or .css file.
What am I doing wrong? =)
Cheers,
Frank