0
Écarté

Multiple selectors for build systems

Stephen Augenstein il y a 12 ans mis à jour par Jon Skinner il y a 12 ans 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.

Solution

+1
Solution
Écarté
You can match multiple scopes with a single selector by using a comma, for example:

"source.python, source.java"
+1
Solution
Écarté
You can match multiple scopes with a single selector by using a comma, for example:

"source.python, source.java"