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!
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!
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