Autocomplete plugin filenames and Bash Tags in editor

Bash Tags are hardcoded in the game settings. They could be
sourced from the masterlist, but while that would be more
flexible, they don't change often and hardcoding them avoids
having to make a change to masterlist syntax.
This commit is contained in:
Oliver Hamlet
2016-07-06 20:35:39 +01:00
parent 65afed18e5
commit 5c5670d52f
10 changed files with 364 additions and 9 deletions
+2 -1
View File
@@ -33,6 +33,7 @@
"Jed": "SlexAxton/Jed#a9d03e1bbca9211a8b29a93a298a7ee9ddb353f0",
"jed-gettext-parser": "^1.0.0",
"marked": "^0.3.2",
"lodash": "^4.3.0"
"lodash": "^4.3.0",
"paper-autocomplete": "loot/paper-autocomplete#master"
}
}