-1

Snippets and Build System question for JSP's

alanandersen1 13 ár síðan updated by Alan Andersen 13 ár síðan 1
Whats the correct scope for jsp files in the <source> tag?

Ive tried source.jsp and source.java.jsp and i dont know what else to try, snippets or build system dont recognize it unless i just delete the source tag altogether, which is only useful for snippets, build system i really need it to be file type specific...
Found my own answer after 3 months (forgot I had this account). Scope is controlled by each languages .tmLanguage file in the Packages folder. At the bottom of the .tmLanguage xml file is a key called scopeName with the scope just below that. For jsp it isnt source.jsp, its text.html.jsp.