From 3f89fa04ffa8b5128dc638f9301333ebc5b0993b Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Thu, 6 Oct 2022 17:21:54 +0200 Subject: [PATCH] enough red idents --- syntax/ats.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/ats.vim b/syntax/ats.vim index c585308..3a81967 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -93,7 +93,7 @@ highlight link atsNestComment Comment highlight link atsNestParenComment Comment highlight link atsKeyword Keyword highlight link atsType Type -highlight link atsIdentifier Identifier +highlight link atsIdentifier Normal hi def link atsCBlock Special