Skip to content

Commit 5b35d77

Browse files
committed
set syntax
1 parent fdf3c84 commit 5b35d77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitignore.py

+1
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ class WritegiboCommand(sublime_plugin.TextCommand):
100100
def run(self, edit, **kwargs):
101101
self.view.insert(edit, 0, kwargs['bp'])
102102
self.view.set_name('.gitignore')
103+
self.view.set_syntax_file('Packages/Git Formats/Git Ignore.sublime-syntax')

0 commit comments

Comments
 (0)