Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Git Formats/Git Common.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ contexts:

username:
# user reference
- match: (\@)[-\w]+\b
- match: \B(\@)[-\w]+\b
scope: meta.reference.username.git entity.name.reference.username.git
captures:
1: punctuation.definition.reference.username.git
Expand Down
2 changes: 2 additions & 0 deletions Git Formats/tests/syntax_test_git_commit
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Thanks to @username <name@mail-host.domain>.
# ^ punctuation.separator.email.git
# ^ punctuation.separator.domain.git
# ^ punctuation.definition.reference.email.end.git
Update to actions/checkout@v7
#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - meta.reference
This is a <tag> name <tag.name>
# ^^^^^ - meta.reference - entity
# ^^^^^^^^^^ - meta.reference - entity
Expand Down