|
-- Paper Tonic Modern - TreeSitter Highlight Groups
|
|
-- Modern @* highlight groups for TreeSitter
|
|
|
|
local colors = require('paper-tonic-modern.colors')
|
|
|
|
return {
|
|
-- TreeSitter groups (to be implemented in Phase 11.5)
|
|
['@comment'] = { fg = colors.fg_weak },
|
|
}
|