mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -07:00
fix semantic tokens not applied for nightly
This commit is contained in:
parent
5aee35792c
commit
9a33420dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ local syntax = {
|
|||
|
||||
local merge_tb = require("base46").merge_tb
|
||||
|
||||
if vim.version().minor == 9 then
|
||||
if vim.version().minor >= 9 then
|
||||
local semantic_hls = {
|
||||
["@lsp.type.class"] = { fg = theme.base0E },
|
||||
["@lsp.type.decorator"] = { fg = theme.base08 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue