Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
19da0ce9
Kaydet (Commit)
19da0ce9
authored
Kas 05, 2011
tarafından
Colomban Wendling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix or add a few Scintilla styles mappings
Closes #3432760.
üst
c1df8a72
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
5 deletions
+10
-5
filetypes.asm
data/filetypes.asm
+2
-1
filetypes.caml
data/filetypes.caml
+2
-0
filetypes.lisp
data/filetypes.lisp
+1
-4
filetypes.sql
data/filetypes.sql
+3
-0
filetypes.tcl
data/filetypes.tcl
+2
-0
highlighting.c
src/highlighting.c
+0
-0
No files found.
data/filetypes.asm
Dosyayı görüntüle @
19da0ce9
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
#
Edit
these
in
the
colorscheme
.
conf
file
instead
#
Edit
these
in
the
colorscheme
.
conf
file
instead
default
=
default
default
=
default
comment
=
comment_line
comment
=
comment_line
commentblock
=
comment
commentdirective
=
comment
number
=
number_1
number
=
number_1
string
=
string_1
string
=
string_1
operator
=
operator
operator
=
operator
...
@@ -12,7 +14,6 @@ mathinstruction=keyword_2
...
@@ -12,7 +14,6 @@ mathinstruction=keyword_2
register
=
type
register
=
type
directive
=
preprocessor
directive
=
preprocessor
directiveoperand
=
keyword_3
directiveoperand
=
keyword_3
commentblock
=
comment
character
=
string_1
character
=
string_1
stringeol
=
string_eol
stringeol
=
string_eol
extinstruction
=
keyword_4
extinstruction
=
keyword_4
...
...
data/filetypes.caml
Dosyayı görüntüle @
19da0ce9
...
@@ -9,12 +9,14 @@ comment3=comment
...
@@ -9,12 +9,14 @@ comment3=comment
number=number_1
number=number_1
keyword=keyword_1
keyword=keyword_1
keyword2=keyword_2
keyword2=keyword_2
keyword3=keyword_3
string=string_1
string=string_1
char=character
char=character
operator=operator
operator=operator
identifier=identifier_1
identifier=identifier_1
tagname=preprocessor
tagname=preprocessor
linenum=number_2
linenum=number_2
white=default
[keywords]
[keywords]
# all items must be in one line
# all items must be in one line
...
...
data/filetypes.lisp
Dosyayı görüntüle @
19da0ce9
...
@@ -6,16 +6,13 @@ comment=comment_line
...
@@ -6,16 +6,13 @@ comment=comment_line
multicomment=comment
multicomment=comment
number=number_1
number=number_1
keyword=keyword_1
keyword=keyword_1
special_keyword=type
keywordkw=keyword_2
symbol=keyword_2
symbol=keyword_2
string=string_1
string=string_1
stringeol=string_eol
stringeol=string_eol
identifier=identifier_1
identifier=identifier_1
operator=operator
operator=operator
special=function
special=function
character=character
macro=preprocessor
macrodispatch=number_2
[keywords]
[keywords]
#
all
items
must
be
in
one
line
#
all
items
must
be
in
one
line
...
...
data/filetypes.sql
Dosyayı görüntüle @
19da0ce9
...
@@ -4,7 +4,10 @@
...
@@ -4,7 +4,10 @@
default=default
default=default
comment=comment
comment=comment
commentline=comment_line
commentline=comment_line
commentlinedoc=comment_line_doc
commentdoc=comment_doc
commentdoc=comment_doc
commentdockeyword=comment_doc_keyword
commentdockeyworderror=comment_doc_keyword_error
number=number_1
number=number_1
word=keyword_1
word=keyword_1
word2=keyword_2
word2=keyword_2
...
...
data/filetypes.tcl
Dosyayı görüntüle @
19da0ce9
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
default=default
default=default
comment=comment
comment=comment
commentline=comment_line
commentline=comment_line
commentbox=comment
blockcomment=comment
number=number_1
number=number_1
operator=operator
operator=operator
identifier=identifier_1
identifier=identifier_1
...
...
src/highlighting.c
Dosyayı görüntüle @
19da0ce9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment