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.
|
||||
* src/editor.c:
|
||||
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>
|
||||
|
@ -16,6 +16,7 @@ stringeol=0x000000;0xe0c0e0
|
||||
# this is a bit dim, may want to change
|
||||
type=0x003030;;true
|
||||
function=0x000080
|
||||
extra=0x404080
|
||||
|
||||
|
||||
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -120,4 +120,5 @@ stringeol=0x000000;0xe0c0e0;false;false
|
||||
type=0x0000d0;;true;false
|
||||
# user function names
|
||||
function=0x000080
|
||||
extra=0x404080
|
||||
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
@ -10,15 +10,15 @@ word=word
|
||||
word2=word2
|
||||
string=string
|
||||
character=string
|
||||
uuid=0x404080
|
||||
uuid=extra
|
||||
preprocessor=preprocessor
|
||||
operator=operator
|
||||
identifier=default
|
||||
stringeol=stringeol
|
||||
# @"verbatim"
|
||||
verbatim=0x101030
|
||||
verbatim=extra
|
||||
# (/regex/)
|
||||
regex=0x105090
|
||||
regex=extra
|
||||
commentlinedoc=commentdoc,bold
|
||||
commentdockeyword=commentdoc,bold,italic
|
||||
commentdockeyworderror=commentdoc
|
||||
|
Loading…
x
Reference in New Issue
Block a user