From 9f6a3067d470e43aa7fdc0b14403e527a390be41 Mon Sep 17 00:00:00 2001 From: svkalinin Date: Fri, 16 Sep 2022 15:43:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B5=D1=89=D0=B5=20=D0=BE=D0=B4=D0=B8=D0=BD=20=D0=BA?= =?UTF-8?q?=D0=B0=D1=82=D0=B0=D0=BB=D0=BE=D0=B3=20=D1=81=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D0=BC=D0=B8=20-=20de?= =?UTF-8?q?fault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/lexers.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lexers.tcl b/lib/lexers.tcl index 3585b96..46713d2 100644 --- a/lib/lexers.tcl +++ b/lib/lexers.tcl @@ -44,4 +44,4 @@ dict set lexers YML procRegexpCommand {regexp -nocase -all -- {^\s*?- (name):\s( dict set lexers YML varRegexpCommand {regexp -nocase -all -- {^(\s*?)([a-zA-Z0-9\-_$]+):\s+(.+?)(\s*$)} $line match indent varName varValue lineEnd} dict set lexers YML varRegexpCommandMultiline {regexp -all -line -- {^(\s*)(set_fact|vars):$} $line match indent keyWord} -dict set lexers ALL varDirectory {variables vars group_vars host_vars} +dict set lexers ALL varDirectory {variables vars group_vars host_vars defaults}