# CiscoCollab Simple complement for Sublime text, provides automated highlight of keywords in Cisco Collaboration products for ease of guidance and troubleshooting. ## ✨ Features - Custom keyword highlighting for protocols, config keys, and diagnostic terms - Inverted color scheme for high-contrast visibility - Optimized for YAML, SIP, and Cisco-style syntax - Modular design for easy extension and reuse - Mouse binding for quick bookmarking (to be added manually) ## To create mouse binding with bookmarks in Sublime text, modify the following file or add the file to the package folder: File name: Default (OSX).sublime-mousemap ## Content: [ { "button": "button1", "count": 1, "modifiers": ["ctrl"], "press_command": "toggle_bookmark" } ] ## 🔧 Installation ### Manual 1. Clone or download this repository. 2. Move the contents into your Sublime Text `Packages/User` directory: - `Preferences > Browse Packages`