feat: change some groups, add some links
This commit is contained in:
		
							parent
							
								
									62caf0a983
								
							
						
					
					
						commit
						90e68b09f3
					
				@ -12,7 +12,7 @@ M.setup = function()
 | 
				
			|||||||
		-- struct, union, enum, etc.
 | 
							-- struct, union, enum, etc.
 | 
				
			||||||
		Structure = { fg = c.yellow },
 | 
							Structure = { fg = c.yellow },
 | 
				
			||||||
		-- any constant
 | 
							-- any constant
 | 
				
			||||||
		Constant = { fg = c.wisteria1 },
 | 
							Constant = { fg = c.quartz },
 | 
				
			||||||
		-- any character constant: 'c', '\n'
 | 
							-- any character constant: 'c', '\n'
 | 
				
			||||||
		Character = { fg = c.green },
 | 
							Character = { fg = c.green },
 | 
				
			||||||
		-- a number constant: 5
 | 
							-- a number constant: 5
 | 
				
			||||||
@ -276,7 +276,7 @@ M.setup = function()
 | 
				
			|||||||
		['@method'] = { link = 'Function' },
 | 
							['@method'] = { link = 'Function' },
 | 
				
			||||||
		['@method.call'] = { link = 'Function' },
 | 
							['@method.call'] = { link = 'Function' },
 | 
				
			||||||
		['@keyword'] = { link = 'Keyword' },
 | 
							['@keyword'] = { link = 'Keyword' },
 | 
				
			||||||
		['@keyword.function'] = { link = 'Keyword' },
 | 
							['@keyword.function'] = { link = 'Function' },
 | 
				
			||||||
		['@keyword.operator'] = { fg = c.yellow },
 | 
							['@keyword.operator'] = { fg = c.yellow },
 | 
				
			||||||
		['@keyword.return'] = { fg = c.yellow },
 | 
							['@keyword.return'] = { fg = c.yellow },
 | 
				
			||||||
		['@keyword.coroutine'] = { fg = c.yellow },
 | 
							['@keyword.coroutine'] = { fg = c.yellow },
 | 
				
			||||||
@ -289,7 +289,7 @@ M.setup = function()
 | 
				
			|||||||
		['@type.definition'] = { link = 'Typedef' },
 | 
							['@type.definition'] = { link = 'Typedef' },
 | 
				
			||||||
		['@storageclass'] = { link = 'StorageClass' },
 | 
							['@storageclass'] = { link = 'StorageClass' },
 | 
				
			||||||
		['@variable.builtin'] = { fg = c.wisteria },
 | 
							['@variable.builtin'] = { fg = c.wisteria },
 | 
				
			||||||
		['@variable'] = { fg = c.niagara1 },
 | 
							['@variable'] = { fg = c.bg6 },
 | 
				
			||||||
		['@text.title'] = { link = 'Title' },
 | 
							['@text.title'] = { link = 'Title' },
 | 
				
			||||||
		['@text.uri'] = { link = 'Underlined' },
 | 
							['@text.uri'] = { link = 'Underlined' },
 | 
				
			||||||
		['@text.todo'] = { link = 'Todo' },
 | 
							['@text.todo'] = { link = 'Todo' },
 | 
				
			||||||
@ -308,9 +308,9 @@ M.setup = function()
 | 
				
			|||||||
		['@attribute'] = { fg = c.wisteria1 },
 | 
							['@attribute'] = { fg = c.wisteria1 },
 | 
				
			||||||
		['@boolean'] = { fg = c.quartz },
 | 
							['@boolean'] = { fg = c.quartz },
 | 
				
			||||||
		['@character'] = { fg = c.green },
 | 
							['@character'] = { fg = c.green },
 | 
				
			||||||
		['@constant'] = { fg = c.wisteria1 },
 | 
							['@constant'] = { fg = c.quartz },
 | 
				
			||||||
		['@constant.builtin'] = { fg = c.wisteria1 },
 | 
							['@constant.builtin'] = { fg = c.wisteria1 },
 | 
				
			||||||
		['@constant.macro'] = { fg = c.wisteria1 },
 | 
							['@constant.macro'] = { link = 'Macro' },
 | 
				
			||||||
		['@constructor'] = { fg = c.yellow },
 | 
							['@constructor'] = { fg = c.yellow },
 | 
				
			||||||
		['@error'] = { fg = c.red },
 | 
							['@error'] = { fg = c.red },
 | 
				
			||||||
		['@exception'] = { fg = c.yellow },
 | 
							['@exception'] = { fg = c.yellow },
 | 
				
			||||||
@ -321,12 +321,12 @@ M.setup = function()
 | 
				
			|||||||
		['@function.macro'] = { fg = c.yellow },
 | 
							['@function.macro'] = { fg = c.yellow },
 | 
				
			||||||
		['@include'] = { fg = c.quartz },
 | 
							['@include'] = { fg = c.quartz },
 | 
				
			||||||
		['@label'] = { fg = c.yellow },
 | 
							['@label'] = { fg = c.yellow },
 | 
				
			||||||
		['@namespace'] = { fg = c.niagara },
 | 
							['@namespace'] = { link = 'Structure' },
 | 
				
			||||||
		['@number'] = { fg = c.brown },
 | 
							['@number'] = { fg = c.brown },
 | 
				
			||||||
		['@operator'] = { fg = c.niagara_1 },
 | 
							['@operator'] = { fg = c.niagara_1 },
 | 
				
			||||||
		['@parameter'] = { fg = c.wisteria }, -- TODO: see what it does
 | 
							['@parameter'] = { link = 'Identifier' }, -- TODO: see what it does
 | 
				
			||||||
		['@parameter.reference'] = { fg = c.wisteria },
 | 
							['@parameter.reference'] = { fg = c.wisteria },
 | 
				
			||||||
		['@property'] = { fg = c.wisteria_1 },
 | 
							['@property'] = { link = 'Identifier' },
 | 
				
			||||||
		['@punctuation.delimiter'] = { fg = c.niagara },
 | 
							['@punctuation.delimiter'] = { fg = c.niagara },
 | 
				
			||||||
		['@punctuation.bracket'] = { fg = c.niagara_1 },
 | 
							['@punctuation.bracket'] = { fg = c.niagara_1 },
 | 
				
			||||||
		['@punctuation.special'] = { fg = c.niagara },
 | 
							['@punctuation.special'] = { fg = c.niagara },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user