diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-10-07 07:31:21 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-10-07 07:42:51 +0200 |
| commit | 4e8e356e94533cc2d47aec804cdc86dbb0fca530 (patch) | |
| tree | 3e69ac1ad2b4f3e0a3f635d5b2eedb95200e8761 /vis.lua | |
| parent | ca0ce4631c2474088f4ee0943d45397460fec3a7 (diff) | |
| download | vis-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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" }, |
