You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config incorrectly had 'all' instead of 'any'. If statement was checking for 'any' for 'any node'. Took the time to refactor and return any if filetype is 'any' then just highlight whole file instead of traversing the node tree. Fixes #64
Changed hl_group_value for link to bold. That way we dont have to worry about linking to a HL that has been cleared. Fixes #64