ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Cisco​Collab

by tonynupe ST4 New

Simple complement for Sublime text, provides automated highlight of keywords in Cisco Collaboration products for ease of guidance and troubleshooting.

Details

Installs

  • Total 7
  • Win 3
  • Mac 4
  • Linux 0
Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8
Windows 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

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