I’ve been working on cleaning up the C
syntax. I’ve mostly been testing it using the linux kernel and coreboot, and it’s working great. The big feature is Goto Symbol/Goto Reference work pretty good now. I omit anything less than 5 characters from the index as to not clutter it.
The related pull request and the syntax definition can be found at:
github.com/sublimehq/Packages/pull/1831
Any feedback to help debugging the syntax definition would be appreciated.
Please report issues directly to the pull request.
How to install
Using git
- Clone
https://github.com/ismell/Packages
to a folder of your choice. - Checkout the
fix-1830
branch. - Create a symlink/junction (or a copy) of the C++ folder in the cloned repository in ST’s packages folder (e.g.: ~/.config/sublime-text-3/Packages or %APPDATA%/Sublime Text 3/Packages )
Download zip
- Download the ZIP-Archive of the fix-1830 branch
- Extract the Packages-fix-1830/C++ folder to ST’s packages folder (e.g.: ~/.config/sublime-text-3/Packages or %APPDATA%/Sublime Text 3/Packages )
Thanks @deathaxe for the template