language-arduino icon indicating copy to clipboard operation
language-arduino copied to clipboard

Injection into C++

Open StaticRocket opened this issue 7 years ago • 2 comments

Removes Arduino grammar option and instead injects features into the C++ grammar.

The C++ grammar package is already set to recognize the ".ino" file type and has nice snippets that span between C++ and Arduino C, but language-arduino (in my opinion) has superior syntax highlighting and Arduino specific snippets. This PR makes it so the snippets and syntax highlighting rules in this package are injected into the C++ grammar allowing users to access both snippets without having to redefine them in the scope of this package or change grammar settings on their end.

Closes #19

screenshot_20181006_165516

StaticRocket avatar Oct 06 '18 21:10 StaticRocket

It's been a while @szechyjs, what do you think?

StaticRocket avatar Jan 04 '19 23:01 StaticRocket

Hello?

SConaway avatar Mar 19 '19 20:03 SConaway