This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
constant kMultiLineModeNone = 0 | |
constant kMultiLineModeLiteral = 1 | |
constant kMultiLineModeFolded = 2 | |
command YAMLToArray pYaml | |
local tInDocument = true | |
local tPath | |
local tArray | |
local tPathLists | |
local tReferences |