add @number hlgroup (#301)

This commit is contained in:
LEE,SEUNGMIN 2024-03-25 23:45:55 +09:00 committed by GitHub
parent 0f933db516
commit adb64a6ae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ return {
["@string.escape"] = { fg = theme.base0C },
["@character"] = { fg = theme.base08 },
-- ["@character.special"] = { fg = theme.base08 },
["@number"] = { fg = theme.base09 },
["@number.float"] = { fg = theme.base09 },
["@annotation"] = { fg = theme.base0F },