diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ local comment_string = { rexx='--', rhtml='<!--|-->', rstats='#', ruby='#', rust='//', sass='//', scala='//', scheme=';', smalltalk='"|"', sml='(*)', snobol4='#', sql='#', tcl='#', tex='%', text='', toml='#', vala='//', vb='\'', vbscript='\'', - verilog='//', vhdl='--', wsf='<!--|-->', xml='<!--|-->', yaml='#' + verilog='//', vhdl='--', wsf='<!--|-->', xml='<!--|-->', yaml='#', zig='//' } -- escape all magic characters with a '%' |