From c87b04d8952c1caa7b0f8a6f1da248926f606607 Mon Sep 17 00:00:00 2001 From: Chris Thomas Date: Fri, 15 Nov 2024 05:19:31 -0600 Subject: [PATCH] add Highlight Token (#8974) --- repository/h.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/h.json b/repository/h.json index adc9bbf9650..24fcac5ef01 100644 --- a/repository/h.json +++ b/repository/h.json @@ -603,6 +603,18 @@ } ] }, + { + "name": "Highlight Token", + "details": "https://github.com/cepthomas/SbotHighlight", + "labels": ["highlight"], + "releases": [ + { + "sublime_text": ">=4000", + "platforms": ["windows", "linux"], + "tags": true + } + ] + }, { "name": "Highlight Trailing Whitespace", "details": "https://github.com/p3lim/sublime-highlight-trailing-whitespace",