Skip to content
Snippets Groups Projects
Commit 74a8f084 authored by Jan Hensel's avatar Jan Hensel
Browse files

nvim: mono: Set @variable (TS) color

parent bf7dc295
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,7 @@ local theme = lush(function(injected_functions)
sym('@constructor') { sym('@method') , gui = "italic" }, -- For constructor calls and definitions: `{ }` in Lua, and Java constructors.
sym('@keyword') { Keyword }, -- For keywords that don't fall in previous categories.
sym('@type') { Type }, -- For types.
sym('@variable') { Identifier },
manOptionDesc { Title },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment