0
Denegado

Multiple selectors for build systems

Stephen Augenstein hace 13 años actualizado por Jon Skinner hace 13 años 0

In a Flex project, code is scattered across MXML files (text.xml.mxml) and AS3 files (source.actionscript.3). Currently I have to create two duplicate build systems with different selectors to be able to build the entire project when I have either of those two types of files open. It would be really nice if there was a "selectors" key that took an array of syntax types.

Respuesta

+1
Respuesta
Denegado
You can match multiple scopes with a single selector by using a comma, for example:

"source.python, source.java"
+1
Respuesta
Denegado
You can match multiple scopes with a single selector by using a comma, for example:

"source.python, source.java"