From 8e1c56684c38a0be5abff75035f192718642abc0 Mon Sep 17 00:00:00 2001 From: anon Date: Sun, 1 Oct 2023 21:41:24 +0200 Subject: [PATCH] use `syn keyword` --- hitags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hitags.py b/hitags.py index 2431758..9dba0ca 100755 --- a/hitags.py +++ b/hitags.py @@ -44,7 +44,7 @@ def opts(args): usage(args[0], 1) def hi(group): - return 'syn match\t\t{group} \"\<{{kw}}\>\"'.format(group=group) + return 'syn keyword\t\tHiTag{group} {{kw}}'.format(group=group) targets = [ {