aboutsummaryrefslogtreecommitdiff
path: root/lexers/protobuf.lua
diff options
context:
space:
mode:
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