From 822566d2631108c7e2f137ee2d5954a3130b6842 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Tue, 27 Sep 2022 20:28:04 -0600 Subject: [PATCH] Fix PHP issue Fixes #608 --- CHANGES.md | 4 ++++ bh_core.sublime-settings | 1 + support.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) 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 = '''