Добавлена фича для автодополнения текста в майнкодыч

This commit is contained in:
Igor Timofeev
2017-01-25 09:21:28 +03:00
parent 54bb67c02f
commit cbcfecd96d
5 changed files with 227 additions and 53 deletions

View File

@@ -11,7 +11,7 @@ syntax.indentationSeparator = "│"
syntax.colorScheme = {
background = 0x1E1E1E,
text = 0xffffff,
text = 0xEEEEEE,
strings = 0x99FF80,
loops = 0xffff98,
comments = 0x888888,