summaryrefslogtreecommitdiff
path: root/quackle.sublime-project
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-11-06 08:50:41 -0600
committerJohn Fultz <jfultz@wolfram.com>2015-11-06 08:50:41 -0600
commit656b3c684d8dbf25e39517f5bf1bf9d53d9cb19d (patch)
treeee8cdc047e8a843fb63216622f2665c2d6ced330 /quackle.sublime-project
parent7d6f193908a0b277a5b44f0d22651dccec033b70 (diff)
Set up defaults strategies.
So, basically, the dictionary is queried to see if it's "English-like". Which is to say that it uses the same alphabet. If so, then it will fall back to use twl06 strategies, minus the superleaves (the so-called "default_english"). Otherwise, it uses "default" strategies, which right now is simply a worths file that sets the blank to be 30. It's not great. But better than before.
Diffstat (limited to 'quackle.sublime-project')
-rw-r--r--quackle.sublime-project4
1 files changed, 2 insertions, 2 deletions
diff --git a/quackle.sublime-project b/quackle.sublime-project
index c7f47cd..0c4e2c1 100644
--- a/quackle.sublime-project
+++ b/quackle.sublime-project
@@ -3,12 +3,12 @@
[
{
"path": ".",
- "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*", "dawginput.raw",
+ "file_exclude_patterns" : ["*.tgz", "*.sublime-workspace", ".tags*", "dawginput.raw", "superleaves",
"playabilities.raw", "smaller.raw", ".gitattributes",
"*.Debug", "*.Release", "*.pfx", "*.cer",
"makegaddag", "makeminidawg", "gaddagize", "Makefile", "*.dawg", "*.gaddag"],
"folder_exclude_patterns" : ["obj", "moc", "build", "*.xcodeproj", "lib",
- "strategy", "debug", "release", "makeswelexicon", "lisp", "DerivedData"]
+ "debug", "release", "makeswelexicon", "lisp", "DerivedData"]
}
]
}