aboutsummaryrefslogtreecommitdiff
path: root/vis.lua
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-10-07 07:31:21 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-10-07 07:42:51 +0200
commit4e8e356e94533cc2d47aec804cdc86dbb0fca530 (patch)
tree3e69ac1ad2b4f3e0a3f635d5b2eedb95200e8761 /vis.lua
parentca0ce4631c2474088f4ee0943d45397460fec3a7 (diff)
downloadvis-4e8e356e94533cc2d47aec804cdc86dbb0fca530.tar.gz
vis-4e8e356e94533cc2d47aec804cdc86dbb0fca530.tar.xz
lexers: sync with scintillua changeset 571 rev 23435f1d82da
This fixes ":set syntax text" and adds a missing file association for the taskpaper lexer. The protobuf and crystal lexers were slightly reformatted, but should contain no functional changes.
Diffstat (limited to 'vis.lua')
-rw-r--r--vis.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.lua b/vis.lua
index 227fa18..99eb93f 100644
--- a/vis.lua
+++ b/vis.lua
@@ -176,6 +176,7 @@ vis.ftdetect.filetypes = {
snobol4 = { ext = ".sno|.SNO" },
sql = { ext = ".ddl|.sql" },
systemd = { ext = ".automount|.device|.mount|.path|.scope|.service|.slice|.socket|.swap|.target|.timer" },
+ taskpaper = { ext = ".taskpaper" },
tcl = { ext = ".tcl|.tk" },
texinfo = { ext = ".texi" },
toml = { ext = ".toml" },