Skip to content

Commit

Permalink
Merge pull request sublimehq#6 from deathaxe/pr/add_git_files
Browse files Browse the repository at this point in the history
[Git] Config: Remove format-escapes
  • Loading branch information
Ryan Boehning committed Nov 6, 2017
2 parents 6bd9ada + 731e25f commit d30a0aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Git Files/Git Config.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ contexts:

# The only valid escapes: '\b', '\n', '\t', '\"', '\\'.
escape:
- match: '%[A-Za-z]'
scope: constant.character.escape.git.config
- match: \\[{{escape_char}}]
scope: constant.character.escape.git.config
- match: \\[^{{escape_char}}]
Expand Down

0 comments on commit d30a0aa

Please sign in to comment.