We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf3c84 commit 5b35d77Copy full SHA for 5b35d77
gitignore.py
@@ -100,3 +100,4 @@ class WritegiboCommand(sublime_plugin.TextCommand):
100
def run(self, edit, **kwargs):
101
self.view.insert(edit, 0, kwargs['bp'])
102
self.view.set_name('.gitignore')
103
+ self.view.set_syntax_file('Packages/Git Formats/Git Ignore.sublime-syntax')
0 commit comments