Sublime Forum

C syntax testers wanted

#1

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

  1. Clone https://github.com/ismell/Packages to a folder of your choice.
  2. Checkout the fix-1830 branch.
  3. 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

  1. Download the ZIP-Archive of the fix-1830 branch
  2. 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 :slight_smile:

0 Likes