figured out that the @ symbol is the one we need to use to find stuff treesitter uses
This commit is contained in:
		
							parent
							
								
									e077f96804
								
							
						
					
					
						commit
						ca38249ad3
					
				|  | @ -18,12 +18,12 @@ require('gruvbox-material').setup { | ||||||
|     highlight = true, -- whether to highlight signs |     highlight = true, -- whether to highlight signs | ||||||
|   }, |   }, | ||||||
|   customize = function(group, opt) |   customize = function(group, opt) | ||||||
|     if group == 'Type' then |     if group == '@type' then | ||||||
|       opt.link = nil |       opt.link = nil | ||||||
|       opt.fg = colors.blue |       opt.fg = colors.blue | ||||||
|     end |     end | ||||||
| 
 | 
 | ||||||
|     if group == 'Macro' then |     if string.find(group, '.macro') then | ||||||
|       opt.link = nil |       opt.link = nil | ||||||
|       opt.fg = colors.purple |       opt.fg = colors.purple | ||||||
|     end |     end | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue