diff --git a/CHANGES.md b/CHANGES.md index a7ba89c..0d02266 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # BracketHighlighter +## 2.30.1 + +- **FIX**: Fix PHP angle matching rule. + ## 2.30.0 - **NEW**: When defining key bindings `type` is now defaulted to `['__all__']` if not set. diff --git a/bh_core.sublime-settings b/bh_core.sublime-settings index 97fd78f..0b9be1b 100755 --- a/bh_core.sublime-settings +++ b/bh_core.sublime-settings @@ -438,6 +438,7 @@ "punctuation.accessor.arrow.php", "punctuation.definition.arrow-function.php", "keyword.declaration.function.arrow.js", + "embedding.php punctuation.separator.key-value.php", "source.php meta.embedded.html punctuation.section.embedded.begin.php", "source.php meta.embedded.js punctuation.section.embedded.begin.php", "source.php meta.embedded.css punctuation.section.embedded.begin.php" diff --git a/support.py b/support.py index afddaed..8c57ced 100644 --- a/support.py +++ b/support.py @@ -5,7 +5,7 @@ import webbrowser import re -__version__ = "2.30.0" +__version__ = "2.30.1" __pc_name__ = 'BracketHighlighter' CSS = '''