Skip to content

Commit

Permalink
fix(lua): math, table, etc. highlighted incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed May 11, 2023
1 parent 3941ab2 commit e5f0266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/highlite/groups/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ local function from_palette(palette, opts)
['@constructor.lua'] = '@structure.lua',
['@lsp.typemod.function.declaration.lua'] = '@lsp.type.function.lua',
['@lsp.typemod.function.global.lua'] = '@lsp.type.function.lua',
['@lsp.typemod.variable.defaultLibrary.lua'] = NONE,
['@lsp.typemod.variable.defaultLibrary.lua'] = '@lsp.type.struct.lua',
['@lsp.typemod.variable.definition.lua'] = '@variable.builtin.lua',
['@namespace.builtin.lua'] = '@structure.lua',

Expand Down

0 comments on commit e5f0266

Please sign in to comment.