Skip to content

Commit

Permalink
Tweak Inko Tree-sitter highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed May 2, 2024
1 parent 6bacf44 commit 4f26d11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ local highlights = {
inkoCommentTitle = { fg = grey, bold = true },
inkoInstanceVariable = { link = 'InstanceVariable' },
inkoKeywordArgument = { link = 'Regexp' },
['@property.inko'] = { link = 'inkoInstanceVariable' },
['@variable.member.inko'] = { link = 'InstanceVariable' },
-- Java
javaAnnotation = { link = 'Directory' },
javaCommentTitle = { link = 'javaComment' },
Expand Down Expand Up @@ -411,6 +411,7 @@ local highlights = {
['@text.strong'] = { bold = true },
['@text.emphasis'] = { italic = true },
['@property.json'] = { bold = true },
['@variable.parameter'] = { fg = orange },
-- Ruby uses "TSLabel" for instance variables, for some reason. See
-- https://github.com/tree-sitter/tree-sitter-ruby/issues/184 for more
-- details.
Expand Down

0 comments on commit 4f26d11

Please sign in to comment.