summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-11-26 11:53:10 +0000
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-11-26 11:53:10 +0000
commit55cb29b8cdeded6753c169a47ea9bb47876cfead (patch)
tree7f118f49c02291ffc7b55d2b2d251ba64ea4e825
parent80a503692e29b18c7e8e6108dd4681054c4e7b83 (diff)
downloadnotepad2-mod-55cb29b8cdeded6753c169a47ea9bb47876cfead.zip
notepad2-mod-55cb29b8cdeded6753c169a47ea9bb47876cfead.tar.gz
notepad2-mod-55cb29b8cdeded6753c169a47ea9bb47876cfead.tar.bz2
add "script" in Ruby and AutoIt3 schemes name
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@284 28bd50df-7adb-d945-0439-6e466c6a13cc
-rw-r--r--src/Styles.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Styles.c b/src/Styles.c
index 1972855..be62949 100644
--- a/src/Styles.c
+++ b/src/Styles.c
@@ -1094,7 +1094,7 @@ KEYWORDLIST KeyWords_RUBY = {
"undef unless until when while yield",
"", "", "", "", "", "", "", "" };
-EDITLEXER lexRUBY = { SCLEX_RUBY, 63304, L"Ruby", L"rb; ruby", L"", &KeyWords_RUBY, {
+EDITLEXER lexRUBY = { SCLEX_RUBY, 63304, L"Ruby Script", L"rb; ruby", L"", &KeyWords_RUBY, {
{ STYLE_DEFAULT, 63126, L"Default", L"", L"" },
//{ SCE_P_DEFAULT, L"Default", L"", L"" },
{ MULTI_STYLE(SCE_RB_COMMENTLINE,SCE_P_COMMENTBLOCK,0,0), 63127, L"Comment", L"fore:#007F00", L"" },
@@ -1335,7 +1335,7 @@ KEYWORDLIST KeyWords_AU3 = {
"", "", "" };
-EDITLEXER lexAU3 = { SCLEX_AU3, 63276, L"AutoIt3", L"au3", L"", &KeyWords_AU3, {
+EDITLEXER lexAU3 = { SCLEX_AU3, 63276, L"AutoIt3 Script", L"au3", L"", &KeyWords_AU3, {
{ STYLE_DEFAULT, 63126, L"Default", L"", L"" },
{ MULTI_STYLE(SCE_AU3_COMMENT,SCE_AU3_COMMENTBLOCK,0,0), 63127, L"Comment", L"fore:#008000", L"" },
{ SCE_AU3_NUMBER, 63130, L"Number", L"fore:#008080", L"" },