Skip to content

Commit

Permalink
Highlight hashtags and formatting within lists (fixes #744).
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Feb 17, 2024
1 parent 7d9ba58 commit 5f05078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# next (unreleased)
* Allow hashtags that start with (but are longer than) hex color codes and preprocessor directives (#738, Jendrik Seipp).
* Highlight hashtags and formatting within lists (#744, Jendrik Seipp).
* Test macOS 12 and 13 instead of 11 and 12 (Jendrik Seipp).

# 2.31 (2023-09-02)
Expand Down
2 changes: 1 addition & 1 deletion rednotebook/files/t2t.lang
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
</context>

<context id="list">
<match>^ *(\-|\+) [^ ].*$</match>
<match>^ *(\-|\+)</match>
<include>
<context sub-pattern="1" style-ref="list-marker"/>
</include>
Expand Down

0 comments on commit 5f05078

Please sign in to comment.