facelessuser / BracketHighlighter

Bracket and tag highlighter for Sublime Text
https://facelessuser.github.io/BracketHighlighter/
1.75k stars 245 forks source link

HTML tag highlighting stopped working #640

Closed Aslanex closed 1 week ago

Aslanex commented 1 week ago

Description

HTML tag highlighting stopped working a few days ago. Other highlights work fine.

This is the error in Sublime Console:


BracketHighlighter: Could not load module bh_modules.tags
Traceback (most recent call last):
  File "/home/aslanex/.config/sublime-text/Installed Packages/BracketHighlighter.sublime-package/bh_plugin.py", line 75, in load_modules
    module = _import_module(plib, loaded)
  File "/home/aslanex/.config/sublime-text/Installed Packages/BracketHighlighter.sublime-package/bh_plugin.py", line 105, in _import_module
    exec(
  File "bh_modules.tags", line 29, in <module>
TypeError: namedtuple() got an unexpected keyword argument 'verbose'

BracketHighlighter: namedtuple() got an unexpected keyword argument 'verbose'

Here a screenshot of working BracketHighlighter: Snímek obrazovky z 2024-11-20 13-16-56

Here the not working highlighter on tags: Snímek obrazovky z 2024-11-20 13-17-04

Support Info

Steps to Reproduce Issue

Just open SublimeText.

facelessuser commented 1 week ago

This likely got missed when we opted into Python 3.8. That parameter should have been removed before the release. It's a trivial fix though. Thanks for reporting!

facelessuser commented 1 week ago

I've issue a fix and a release. It may take some time for Package Control to see it though, so give it time.