We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b687f1e commit 54e171fCopy full SHA for 54e171f
src/blame.py
@@ -136,7 +136,7 @@ class BlameInsertCommitDescription(sublime_plugin.TextCommand):
136
def run(self, edit, desc, scratch_view_name):
137
view = self.view
138
view.set_scratch(True)
139
- view.assign_syntax("Packages/Diff/Diff.sublime-syntax")
+ view.assign_syntax("Packages/Git Formats/Git Log.sublime-syntax")
140
view.insert(edit, 0, desc)
141
view.set_name(scratch_view_name)
142
view.set_read_only(True)
0 commit comments