Add named style 'extra', use for C-like filetypes.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5344 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
dbb9a1b2b8
commit
eab87560d8
@ -5,6 +5,13 @@
|
|||||||
testing.
|
testing.
|
||||||
* src/editor.c:
|
* src/editor.c:
|
||||||
Fix not autocompleting when breaking lines.
|
Fix not autocompleting when breaking lines.
|
||||||
|
* data/filetypes.java, data/filetypes.cpp, data/filetypes.vala,
|
||||||
|
data/colorschemes/alt.conf, data/filetypes.haxe,
|
||||||
|
data/filetypes.common, data/filetypes.glsl,
|
||||||
|
data/filetypes.actionscript, data/filetypes.cs,
|
||||||
|
data/filetypes.ferite, data/filetypes.c, data/filetypes.javascript,
|
||||||
|
data/filetypes.Genie.conf:
|
||||||
|
Add named style 'extra', use for C-like filetypes.
|
||||||
|
|
||||||
|
|
||||||
2010-10-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
2010-10-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||||
|
@ -16,6 +16,7 @@ stringeol=0x000000;0xe0c0e0
|
|||||||
# this is a bit dim, may want to change
|
# this is a bit dim, may want to change
|
||||||
type=0x003030;;true
|
type=0x003030;;true
|
||||||
function=0x000080
|
function=0x000080
|
||||||
|
extra=0x404080
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -120,4 +120,5 @@ stringeol=0x000000;0xe0c0e0;false;false
|
|||||||
type=0x0000d0;;true;false
|
type=0x0000d0;;true;false
|
||||||
# user function names
|
# user function names
|
||||||
function=0x000080
|
function=0x000080
|
||||||
|
extra=0x404080
|
||||||
|
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
@ -10,15 +10,15 @@ word=word
|
|||||||
word2=word2
|
word2=word2
|
||||||
string=string
|
string=string
|
||||||
character=string
|
character=string
|
||||||
uuid=0x404080
|
uuid=extra
|
||||||
preprocessor=preprocessor
|
preprocessor=preprocessor
|
||||||
operator=operator
|
operator=operator
|
||||||
identifier=default
|
identifier=default
|
||||||
stringeol=stringeol
|
stringeol=stringeol
|
||||||
# @"verbatim"
|
# @"verbatim"
|
||||||
verbatim=0x101030
|
verbatim=extra
|
||||||
# (/regex/)
|
# (/regex/)
|
||||||
regex=0x105090
|
regex=extra
|
||||||
commentlinedoc=commentdoc,bold
|
commentlinedoc=commentdoc,bold
|
||||||
commentdockeyword=commentdoc,bold,italic
|
commentdockeyword=commentdoc,bold,italic
|
||||||
commentdockeyworderror=commentdoc
|
commentdockeyworderror=commentdoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user