Skip to content

Commit

Permalink
[Diff] Rename file-header-continue to diff-file-header
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe authored and michaelblyons committed Dec 17, 2024
1 parent 0447a06 commit 46ff975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Git Formats/Git Diff.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ contexts:
1: variable.function.diff
2: variable.parameter.diff
3: punctuation.definition.parameter.diff
push: [diff-header, file-header-continue]
push: [diff-header, diff-file-header]

# https://git-scm.com/docs/git-format-patch#Documentation/git-format-patch.txt---no-signatureltsignaturegt
# This is the Git version unless otherwise configured. You will notice
Expand All @@ -288,7 +288,7 @@ contexts:
signature:
- meta_content_scope: comment.block.diff

file-header-continue:
diff-file-header:
- meta_scope: meta.toc-list.git
- include: pop-eol
# TODO: Quoted file names https://git-scm.com/docs/git-config#Documentation/git-config.txt-corequotePath
Expand Down

0 comments on commit 46ff975

Please sign in to comment.