[geany/geany] 2203d8: Abaqus: remove styles not actually used by the lexer

Baptiste Pierrat git-noreply at xxxxx
Tue Feb 12 13:57:12 UTC 2013


Branch:      refs/heads/master
Author:      Baptiste Pierrat <baptiste.pierrat at gmail.com>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 12 Feb 2013 13:57:12 UTC
Commit:      2203d8f085801492f7863c2c5c468e968df789bc
             https://github.com/geany/geany/commit/2203d8f085801492f7863c2c5c468e968df789bc

Log Message:
-----------
Abaqus: remove styles not actually used by the lexer


Modified Paths:
--------------
    data/filetypes.abaqus
    src/highlightingmappings.h

Modified: data/filetypes.abaqus
11 files changed, 3 insertions(+), 8 deletions(-)
===================================================================
@@ -3,17 +3,12 @@
 # Edit these in the colorscheme .conf file instead
 default=default
 comment=comment_line
-commentblock=comment
 number=number
 string=string_1
 operator=operator
-word=string
-processors=preprocessor
-commands=keyword
-slashcommands=keyword
-starcommands=keyword
-arguments=parameter
-functions=function
+processor=preprocessor
+starcommand=keyword
+argument=parameter
 
 [keywords]
 # all items must be in one line


Modified: src/highlightingmappings.h
11 files changed, 3 insertions(+), 8 deletions(-)
===================================================================
@@ -75,17 +75,12 @@
 {
 	{ SCE_ABAQUS_DEFAULT,		"default",		FALSE },
 	{ SCE_ABAQUS_COMMENT,		"comment",		FALSE },
-	{ SCE_ABAQUS_COMMENTBLOCK,	"commentblock",		FALSE },
 	{ SCE_ABAQUS_NUMBER,		"number",		FALSE },
 	{ SCE_ABAQUS_STRING,		"string",		FALSE },
 	{ SCE_ABAQUS_OPERATOR,		"operator",		FALSE },
-	{ SCE_ABAQUS_WORD,		"word",			FALSE },
-	{ SCE_ABAQUS_PROCESSOR,		"processors",		FALSE },
-	{ SCE_ABAQUS_COMMAND,		"commands",		FALSE },
-	{ SCE_ABAQUS_SLASHCOMMAND,	"slashcommands",		FALSE },
-	{ SCE_ABAQUS_STARCOMMAND,	"starcommands",		FALSE },
-	{ SCE_ABAQUS_ARGUMENT,		"arguments",		FALSE },
-	{ SCE_ABAQUS_FUNCTION,		"functions",		FALSE }
+	{ SCE_ABAQUS_PROCESSOR,		"processor",		FALSE },
+	{ SCE_ABAQUS_STARCOMMAND,	"starcommand",		FALSE },
+	{ SCE_ABAQUS_ARGUMENT,		"argument",		FALSE }
 };
 static const HLKeyword highlighting_keywords_ABAQUS[] =
 {



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list