From a805844e20c9ea040ca0cb3be42df5c4eb79b51f Mon Sep 17 00:00:00 2001 From: lePerdu Date: Sun, 10 Nov 2019 19:30:22 -0500 Subject: [PATCH] Fix type, variable, and function patterns The old ones are functionally correct (I think), but are un-necessarily complex and not don't semantically fit what they are trying to match. --- rc/filetype/elm.kak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc/filetype/elm.kak b/rc/filetype/elm.kak index 787559672..014c45921 100644 --- a/rc/filetype/elm.kak +++ b/rc/filetype/elm.kak @@ -42,9 +42,9 @@ add-highlighter shared/elm/string region '"' (?!@#$%^&*=:/\\|]+\B 0:operator add-highlighter shared/elm/code/ regex \b(import|exposing|as|module|port)\b 0:meta