chaosparrot / talon_hud

Unofficial Talon Head Up Display scripts
68 stars 29 forks source link

Fixed programming language icon sometimes not showing the right icon #26

Closed david-tejada closed 2 years ago

david-tejada commented 2 years ago

When a language activates multiple tags, for example, Typescript activates user.typescript and user.javascript currently the first tag that is encountered is selected. Using Typescript the icon that shows in the hud is Javascript because the tag appears first.

I think the code can be simplified further but I was afraid it would break something for older versions of knausj.

chaosparrot commented 2 years ago

Looks good, thanks for taking the time for making a PR :)