Skip to content

Commit

Permalink
Fix PHP issue
Browse files Browse the repository at this point in the history
Fixes #608
  • Loading branch information
facelessuser committed Sep 28, 2022
1 parent e703360 commit 822566d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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.
Expand Down
1 change: 1 addition & 0 deletions bh_core.sublime-settings
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion support.py
Expand Up @@ -5,7 +5,7 @@
import webbrowser
import re

__version__ = "2.30.0"
__version__ = "2.30.1"
__pc_name__ = 'BracketHighlighter'

CSS = '''
Expand Down

0 comments on commit 822566d

Please sign in to comment.