rumly111 / simpleifdef

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v2.0


Languages

Language:Python 89.2%Language:C++ 10.8%