gepd / Stino

A Sublime Text Plugin for Arduino
Other
33 stars 10 forks source link

Add support for multiline preprocessor directives #19

Open unusual-thoughts opened 8 years ago

unusual-thoughts commented 8 years ago

This fixes an error during compilation where my code was getting horribly mangled when using multiline preprocessor directives (with escaped newlines)

Also, since the preprocessor directive macro was defined a second time to be the same, I removed the second definition

gepd commented 8 years ago

Thanks @unusual-thoughts I'll add this PR to the robot-will repository