Skip to content

Commit

Permalink
Add Go-specific module highlight
Browse files Browse the repository at this point in the history
This used to be mapped in @namespace.go but wasn't copied over in the
migration to the new tree-sitter capture highlights.
  • Loading branch information
neanias committed Jan 23, 2024
1 parent e6cca9a commit 9b72aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/everforest/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ highlights.generate_syntax = function(palette, options)
["@method"] = { link = "TSMethod" },
["@method.call"] = { link = "TSMethodCall" },
["@module"] = { link = "TSNamespace" },
["@module.go"] = { link = "goTSNamespace" },
["@namespace"] = { link = "TSNamespace" },
["@namespace.go"] = { link = "goTSNamespace" },
["@none"] = { link = "TSNone" },
Expand Down

0 comments on commit 9b72aba

Please sign in to comment.