0
Declined

Multiple selectors for build systems

Stephen Augenstein 12 years ago updated by Jon Skinner 12 years ago 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.

Answer

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

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

"source.python, source.java"