#479 moved parse logic to lang config

This commit is contained in:
BADIM-PC\Vadim
2017-12-23 18:19:51 +03:00
parent 210ce3971b
commit 6bb605e640
8 changed files with 218 additions and 187 deletions

View File

@@ -1386,6 +1386,7 @@ static const tic_script_config LuaSyntaxConfig =
.overlap = callLuaOverlap,
.getOutline = getLuaOutline,
.parse = parseCode,
.blockCommentStart = "--[[",
.blockCommentEnd = "]]",
@@ -1475,6 +1476,7 @@ static const tic_script_config MoonSyntaxConfig =
.overlap = callLuaOverlap,
.getOutline = getMoonOutline,
.parse = parseCode,
.blockCommentStart = NULL,
.blockCommentEnd = NULL,