diff options
Diffstat (limited to 'lexlua/themes')
-rw-r--r-- | lexlua/themes/curses.lua | 2 | ||||
-rw-r--r-- | lexlua/themes/dark.lua | 2 | ||||
-rw-r--r-- | lexlua/themes/light.lua | 2 | ||||
-rw-r--r-- | lexlua/themes/scite.lua | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lexlua/themes/curses.lua b/lexlua/themes/curses.lua index 2162a3724..9ad95f554 100644 --- a/lexlua/themes/curses.lua +++ b/lexlua/themes/curses.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See License.txt. +-- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See License.txt. -- Curses theme for Lua lexers. -- Contributions by Ana Balan. diff --git a/lexlua/themes/dark.lua b/lexlua/themes/dark.lua index 8d68d20ae..4a1af5e74 100644 --- a/lexlua/themes/dark.lua +++ b/lexlua/themes/dark.lua @@ -1,4 +1,4 @@ --- Copyright 2006-2018 Mitchell mitchell.att.foicica.com. See License.txt. +-- Copyright 2006-2019 Mitchell mitchell.att.foicica.com. See License.txt. -- Dark theme for Lua lexers. -- Contributions by Ana Balan. diff --git a/lexlua/themes/light.lua b/lexlua/themes/light.lua index 644953198..2c419d47a 100644 --- a/lexlua/themes/light.lua +++ b/lexlua/themes/light.lua @@ -1,4 +1,4 @@ --- Copyright 2006-2018 Mitchell mitchell.att.foicica.com. See License.txt. +-- Copyright 2006-2019 Mitchell mitchell.att.foicica.com. See License.txt. -- Light theme for Lua lexers. -- Contributions by Ana Balan. diff --git a/lexlua/themes/scite.lua b/lexlua/themes/scite.lua index 741b07e92..94c97a5ca 100644 --- a/lexlua/themes/scite.lua +++ b/lexlua/themes/scite.lua @@ -1,4 +1,4 @@ --- Copyright 2006-2018 Mitchell mitchell.att.foicica.com. See License.txt. +-- Copyright 2006-2019 Mitchell mitchell.att.foicica.com. See License.txt. -- SciTE theme for Lua lexers. local property = require('lexer').property |