From 27f78e241ac289640875412022d018b968e2c559 Mon Sep 17 00:00:00 2001 From: chris rooney Date: Fri, 1 Apr 2016 09:02:15 -0430 Subject: [PATCH] whitespace fix --- rc/extra/pug.kak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc/extra/pug.kak b/rc/extra/pug.kak index 3e1adfe9..a82845d3 100644 --- a/rc/extra/pug.kak +++ b/rc/extra/pug.kak @@ -20,13 +20,13 @@ hook global BufCreate .*[.](pug|jade) %{ # ‾‾‾‾‾‾‾‾‾‾‾‾ addhl -group / regions -default code pug \ - text ^\h*\|\s $ '' \ + text ^\h*\|\s $ '' \ text ^\h*([A-Za-z][A-Za-z0-9_-]*)?(\#[A-Za-z][A-Za-z0-9_-]*)?((?:\.[A-Za-z][A-Za-z0-9_-]*)*)?(?<=\S)\h+\K.* $ '' \ - javascript ^\h*[-=!] $ '' \ + javascript ^\h*[-=!] $ '' \ double_string '"' (?:(? $ '' \ # Filters