Skip to content

Commit

Permalink
Highlight "nil" in Inko when using Tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed May 7, 2024
1 parent c4df8f1 commit 04a33aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ local highlights = {
inkoInstanceVariable = { link = 'InstanceVariable' },
inkoKeywordArgument = { link = 'Regexp' },
['@variable.member.inko'] = { link = 'InstanceVariable' },
['@constant.builtin.inko'] = { link = 'Keyword' },
-- Java
javaAnnotation = { link = 'Directory' },
javaCommentTitle = { link = 'javaComment' },
Expand Down

0 comments on commit 04a33aa

Please sign in to comment.