Skip to content

Commit

Permalink
refactor(highlights): reorganize and rename highlight files
Browse files Browse the repository at this point in the history
- refactor(highlights): rename treesitter.lua to syntax.lua for better clarity
- refactor(highlights/ui): simplify module structure and remove unnecessary variable
  • Loading branch information
nikbrunner committed Aug 25, 2024
1 parent d329947 commit 0f73299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---@type BlackAtom.HighlightsSpec
local highlight_map_extension = {
return {
map = function(colors, config)
local ui = colors.ui
local palette = colors.palette
Expand Down Expand Up @@ -100,5 +100,3 @@ local highlight_map_extension = {
return highlights_map
end,
}

return highlight_map_extension

0 comments on commit 0f73299

Please sign in to comment.