Avoid package conflictsΒΆ

Warning

This step avoid Sublime Text native C and C++ syntaxes to conflict with the C++ Starting kit plugin syntaxes.


"ignored_packages": ["Vintage"]
  • Add C and C++ syntaxes to the "ignored_packages" parameter
  • You must have something like this
"ignored_packages": ["Vintage", "C", "C++"]