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

Cisco​Collab

by tonynupe ST4

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

Details

Installs

  • Total 32
  • Win 16
  • Mac 15
  • Linux 1
Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 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
Windows 1 0 2 1 0 0 1 0 0 1 0 0 0 1 1 3 1 0 0 0 0 3 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 1 0 0 0 1 0 0 0 1 0 0 1 9 0 0 5 0 0 0 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 1 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

Custom syntax with automated and manual 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)
  • Extraction tool for nested files supporting “.zip”, “.rar”, “.7z”, “.tar”, “.gz”, “.tgz”, “.tar.gz”
  • The Extract tool has been added to the side bar menu, When selecting a compressed file, right click on the file and select “Extract”
  • Persistent highlights introduced to the plugin, this will preserved highlighted words upon closure of the app\

v1.2.0 Nov 3, 2025 - Feature added to clear specific styles instead of only “clear all”, malfunction corrections on the extraction tool and remove dependancies from other files

Create a new file with the name “Default (OSX).sublime-mousemap” for Mac and save it into this User/ folder; use “Default (Windows).sublime-mousemap” for Windows

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