From b0b09cef76908030e64e7711560333aa7fde3c6a Mon Sep 17 00:00:00 2001 From: Alan Litster Date: Thu, 20 Jun 2019 13:46:38 +0100 Subject: [PATCH] Fix type in nanorc syntax file --- tools/syntax/nano/icinga2.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"