From: Alan Litster Date: Thu, 20 Jun 2019 12:46:38 +0000 (+0100) Subject: Fix type in nanorc syntax file X-Git-Tag: v2.11.0-rc1~58^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0b09cef76908030e64e7711560333aa7fde3c6a;p=icinga2 Fix type in nanorc syntax file --- diff --git a/tools/syntax/nano/icinga2.nanorc b/tools/syntax/nano/icinga2.nanorc index 9d0203709..cbc743b10 100644 --- a/tools/syntax/nano/icinga2.nanorc +++ b/tools/syntax/nano/icinga2.nanorc @@ -39,7 +39,7 @@ icolor red "(^|^\s+)(vars\.\w+)" icolor red "(^|^\s+)|(icinga2Keyword|template|const|import|include|include_recursive|var|function|return|to|use|locals|globals|this)\s+" ## Assign conditions -icolor magenta "(assign|ignone)[ \t]+where" +icolor magenta "(assign|ignore)[ \t]+where" ## Global functions icolor white "(regex|match|len|union|intersection|keys|string|number|bool|random|log|typeof|get_time|exit)"