diff --git a/.atom-build.yml b/.atom-build.yml new file mode 100644 index 000000000..58f2a0a9a --- /dev/null +++ b/.atom-build.yml @@ -0,0 +1,21 @@ +cmd: "platformio" +name: "Build with error highlighting (dev_4096)" +args: + - run --environment dev_4096 +sh: true, +cwd: . +# env: +# VARIABLE1: "VALUE1" +# VARIABLE2: "VALUE2" +errorMatch: + - "(?[\\/0-9a-zA-Z\\._]+):(?\\d+):(?\\d+):\\s+error:\\s+(?.+)" + +warningMatch: + - "(?[\\/0-9a-zA-Z\\._]+):(?\\d+):(?\\d+):\\s+warning:\\s+(?.+)" +# keymap: +# atomCommandName: namespace:command +# targets: +# extraTargetName: +# cmd: "" +# args: +# # (any previous options are viable here except `targets` itself)