Sublime Forum

Build 4180: C++ Syntax Highlighting Error

#1

Unable to get the syntax highlighting for c++ files when i started after updating the sublime text to Build 4180 I got this error… Please Help

Note: Everything was fine and working before the update!

0 Likes

#2

Likely you have your own C++ syntax override file.

0 Likes

#4

The error indicates an overridden Packages/C/C.sublime-syntax or a 3rd-party C syntax being present, which specifies source.c scope, but does not define block-comment-documentation-body context.

The mentioned context is referenced by scope in C++.sublime-syntax at

It is defined in C.sublime-syntax at

0 Likes

#5

Thanks for the help got it working back again!

0 Likes