diff options
Diffstat (limited to 'themes/scite')
-rwxr-xr-x | themes/scite/buffer.lua | 2 | ||||
-rw-r--r-- | themes/scite/lexer.lua | 2 | ||||
-rwxr-xr-x | themes/scite/view.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua index 9893d81f..bfc13b06 100755 --- a/themes/scite/buffer.lua +++ b/themes/scite/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local buffer = buffer diff --git a/themes/scite/lexer.lua b/themes/scite/lexer.lua index 2614040b..49546be1 100644 --- a/themes/scite/lexer.lua +++ b/themes/scite/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE lexer theme for Textadept. -- Please note this theme is in a separate Lua state than Textadept's main one. diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 83b092fc..57d09e0a 100755 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local c = _SCINTILLA.constants |