diff options
author | Lukas Tobler <lukas@tobler.dev> | 2023-02-19 13:27:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 13:27:42 +0100 |
commit | 09b7da2136446f791a78ea851ec985d13ebb374a (patch) | |
tree | aec58eabfe579514b8128c623f093c9e3a8ec1ff /init.lua | |
parent | ac7bc03b29bed64cf61906068207a7a7ce512b65 (diff) | |
parent | 6fbbb2dc5a2754e6a2c9ec4d83f982fdaf449cd5 (diff) | |
download | vis-commentary-master.tar.gz |
Update init.lua
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ local comment_string = { scala='//', scheme=';', smalltalk='"|"', sml='(*)', snobol4='#', sql='#', tcl='#', tex='%', text='', toml='#', vala='//', vb='\'', vbscript='\'', verilog='//', vhdl='--', wsf='<!--|-->', xml='<!--|-->', yaml='#', zig='//', - nim='#', julia='#' + nim='#', julia='#', rpmspec='#' } -- escape all magic characters with a '%' |