You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: preprocess.lua
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2130,7 +2130,7 @@ local lib = {
2130
2130
-- addLineNumbers = boolean -- [Optional] Add comments with line numbers to the output.
2131
2131
-- debug = boolean -- [Optional] Debug mode. The metaprogram file is formatted more nicely and does not get deleted automatically.
2132
2132
--
2133
-
-- backtickStrings = boolean -- [Optional] Enable the backtick (`) to be used as string literal delimiters. Backtick strings don't interpret any escape sequences and can't contain backticks. (Default: false)
2133
+
-- backtickStrings = boolean -- [Optional] Enable the backtick (`) to be used as string literal delimiters. Backtick strings don't interpret any escape sequences and can't contain other backticks. (Default: false)
2134
2134
-- canOutputNil = boolean -- [Optional] Allow !() and outputValue() to output nil. (Default: true)
2135
2135
--
2136
2136
-- onInsert = function( name ) -- [Optional] Called for each @insert statement. It's expected to return a Lua string. By default 'name' is a path to a file to be inserted.
@@ -2153,7 +2153,7 @@ local lib = {
2153
2153
-- addLineNumbers = boolean -- [Optional] Add comments with line numbers to the output.
2154
2154
-- debug = boolean -- [Optional] Debug mode. The metaprogram file is formatted more nicely and does not get deleted automatically.
2155
2155
--
2156
-
-- backtickStrings = boolean -- [Optional] Enable the backtick (`) to be used as string literal delimiters. Backtick strings don't interpret any escape sequences and can't contain backticks. (Default: false)
2156
+
-- backtickStrings = boolean -- [Optional] Enable the backtick (`) to be used as string literal delimiters. Backtick strings don't interpret any escape sequences and can't contain other backticks. (Default: false)
2157
2157
-- canOutputNil = boolean -- [Optional] Allow !() and outputValue() to output nil. (Default: true)
2158
2158
--
2159
2159
-- onInsert = function( name ) -- [Optional] Called for each @insert statement. It's expected to return a Lua string. By default 'name' is a path to a file to be inserted.
0 commit comments