Skip to content

Commit

Permalink
Fix some bash issues (#628)
Browse files Browse the repository at this point in the history
* Fix some bash issues

* Update copyright and readme
  • Loading branch information
facelessuser committed Feb 25, 2024
1 parent ba0e15c commit 724ace9
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# BracketHighlighter

## 2.31.3

- **FIX**: Fix some Bash cases.

## 2.31.2

- **FIX**: Fix performance with content highlight bar.
Expand Down
15 changes: 10 additions & 5 deletions bh_core.sublime-settings
Expand Up @@ -184,7 +184,8 @@
"source.php meta.string",
"source.ruby string.quoted, source.ruby meta.interpolation",
"string",
"string.quoted"
"string.quoted",
"meta.string.regexp.shell"
],
"language_filter": "blocklist",
"language_list": ["Plain text", "Hex"],
Expand All @@ -201,7 +202,8 @@
"source.php meta.string",
"source.ruby string.quoted, source.ruby meta.interpolation",
"string",
"string.quoted"
"string.quoted",
"meta.string.regexp.shell"
],
"language_filter": "blocklist",
"language_list": ["Plain text", "Hex"],
Expand Down Expand Up @@ -347,7 +349,8 @@
"string",
"comment",
"source.regexp constant.character.escape",
"source.yaml-tmlanguage constant.character.escape"
"source.yaml-tmlanguage constant.character.escape",
"meta.string.regexp.shell"
],
"scope_exclude_exceptions": ["text.tex string.other.math"],
"language_filter": "blocklist",
Expand All @@ -372,7 +375,8 @@
"source.regexp constant.character.escape",
"keyword.control.conditional.patterns.end.shell",
"keyword.control.case.item",
"source.yaml-tmlanguage constant.character.escape"
"source.yaml-tmlanguage constant.character.escape",
"meta.string.regexp.shell"
],
"language_filter": "blocklist",
"language_list": ["Plain text", "Hex", "RTF"],
Expand Down Expand Up @@ -401,7 +405,8 @@
"scope_exclude": [
"string",
"source.regexp constant.character.escape",
"comment"
"comment",
"meta.string.regexp.shell"
],
"scope_exclude_exceptions": ["text.tex string.other.math", "source.yaml-tmlanguage meta.value -constant.character.escape"],
"language_filter": "blocklist",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/markdown/about/license.md
Expand Up @@ -2,7 +2,7 @@

Released under the MIT license.

Copyright (c) 2013 - 2022 Isaac Muse <isaacmuse@gmail.com>
Copyright (c) 2013 - 2024 Isaac Muse <isaacmuse@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Expand Down
33 changes: 30 additions & 3 deletions mkdocs.yml
Expand Up @@ -4,7 +4,7 @@ repo_url: https://github.com/facelessuser/BracketHighlighter
edit_uri: tree/master/docs/src/markdown
site_description: A customizable Sublime Text plugin that highlights matching brackets.
copyright: |
Copyright &copy; 2013 - 2022 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a>
Copyright &copy; 2013 - 2024 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a>
docs_dir: docs/src/markdown
theme:
Expand Down Expand Up @@ -104,6 +104,35 @@ markdown_extensions:
- example
- quote
- pymdownx.blocks.details:
types:
- name: details-new
class: new
- name: details-settings
class: settings
- name: details-note
class: note
- name: details-abstract
class: abstract
- name: details-info
class: info
- name: details-tip
class: tip
- name: details-success
class: success
- name: details-question
class: question
- name: details-warning
class: warning
- name: details-failure
class: failure
- name: details-danger
class: danger
- name: details-bug
class: bug
- name: details-example
class: example
- name: details-quote
class: quote
- pymdownx.blocks.html:
- pymdownx.blocks.definition:
- pymdownx.blocks.tab:
Expand All @@ -113,8 +142,6 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/facelessuser
- icon: fontawesome/brands/discord
link: https://discord.gg/TWs8Tgr

plugins:
- search
Expand Down
18 changes: 0 additions & 18 deletions readme.md
@@ -1,5 +1,4 @@
[![Donate via PayPal][donate-image]][donate-link]
[![Discord][discord-image]][discord-link]
[![Build][github-ci-image]][github-ci-link]
[![Package Control Downloads][pc-image]][pc-link]
![License][license-image]
Expand Down Expand Up @@ -42,25 +41,8 @@ https://facelessuser.github.io/BracketHighlighter/

Released under the MIT license.

Copyright (c) 2013 - 2022 Isaac Muse <isaacmuse@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

[github-ci-image]: https://github.com/facelessuser/BracketHighlighter/workflows/build/badge.svg?branch=master&event=push
[github-ci-link]: https://github.com/facelessuser/BracketHighlighter/actions?query=workflow%3Abuild+branch%3Amaster
[discord-image]: https://img.shields.io/discord/678289859768745989?logo=discord&logoColor=aaaaaa&color=mediumpurple&labelColor=333333
[discord-link]: https://discord.gg/TWs8Tgr
[pc-image]: https://img.shields.io/packagecontrol/dt/BracketHighlighter.svg?labelColor=333333&logo=sublime%20text
[pc-link]: https://packagecontrol.io/packages/BracketHighlighter
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333
Expand Down
2 changes: 1 addition & 1 deletion support.py
Expand Up @@ -5,7 +5,7 @@
import webbrowser
import re

__version__ = "2.31.2"
__version__ = "2.31.3"
__pc_name__ = 'BracketHighlighter'

CSS = '''
Expand Down

0 comments on commit 724ace9

Please sign in to comment.