From 4e8e356e94533cc2d47aec804cdc86dbb0fca530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 7 Oct 2016 07:31:21 +0200 Subject: 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. --- lexers/protobuf.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lexers/protobuf.lua') 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 --- Protocol Buffer IDL +-- Copyright 2016 David B. Lamkins . See LICENSE. +-- Protocol Buffer IDL LPeg lexer. +-- local l = require('lexer') local token, word_match = l.token, l.word_match -- cgit v1.2.3