aboutsummaryrefslogtreecommitdiff
path: root/lexers/protobuf.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 /lexers/protobuf.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 'lexers/protobuf.lua')
-rw-r--r--lexers/protobuf.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lexers/protobuf.lua b/lexers/protobuf.lua
index fdf0a73..c257e7e 100644
--- a/lexers/protobuf.lua
+++ b/lexers/protobuf.lua
@@ -1,5 +1,6 @@
--- Copyright 2016 David B. Lamkins <david@lamkins.net>
--- Protocol Buffer IDL <https://developers.google.com/protocol-buffers/>
+-- Copyright 2016 David B. Lamkins <david@lamkins.net>. See LICENSE.
+-- Protocol Buffer IDL LPeg lexer.
+-- <https://developers.google.com/protocol-buffers/>
local l = require('lexer')
local token, word_match = l.token, l.word_match