Skip to content

Sublime Text 3 plugin to highlight #ifdef-#else-#endif

License

Notifications You must be signed in to change notification settings

rumly111/simpleifdef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

simpleifdef Sublime Text 3 plugin

This plugin automatically scans current file, searches for matching #ifdef-#else-#endif and remembers their position. Then, if the cursor enters one of those lines, all other corresponding lines are highlighted. Keywords #ifdef, #ifndef, #if, #else, #elif, #endif are supported

screenshot

It now supports simple error highlighting.

Installation

Via Package Control, or copy simpleifdef.py to ~/.config/sublime-text-3/Packages/User/

License

GNU General Public License version 2

Project GitHub

https://github.com/rumly111/simpleifdef

Author

Joseph Botosh rumly111@gmail.com