Skip to content

Commit ab243e4

Browse files
committedApr 6, 2016
Temporary workaround for broken yaml import.
1 parent 6768c94 commit ab243e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎common/util/file.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
import sublime
2-
import yaml
2+
# import yaml
33

44

55
syntax_file_map = {}
66

77

88
def determine_syntax_files():
99
syntax_files = sublime.find_resources("*.sublime-syntax")
10+
# Temporary fix to get GitSavvy loading.
11+
return
1012
for syntax_file in syntax_files:
1113
try:
1214
# Use `sublime.load_resource`, in case Package is `*.sublime-package`.

0 commit comments

Comments
 (0)
Please sign in to comment.