From bbe8e8d40e94c456ee7494a56deb6447efcc80c6 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Fri, 25 Jun 2010 00:05:06 +0200 Subject: [PATCH] Ticket #1446: Added highlighting for HTTPS URLs. Signed-off-by: Yury V. Zaytsev --- misc/syntax/spec.syntax | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/syntax/spec.syntax b/misc/syntax/spec.syntax index ad4dde316..eedf63aab 100644 --- a/misc/syntax/spec.syntax +++ b/misc/syntax/spec.syntax @@ -80,6 +80,7 @@ context default keyword wholeright $+ brightgreen keyword ftp://+ brightgreen keyword http://+ brightgreen + keyword https://+ brightgreen keyword cvs://+ brightgreen keyword whole missingok brightcyan