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
d7aa4b59
Kaydet (Commit)
d7aa4b59
authored
Eyl 25, 2014
tarafından
Colomban Wendling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update for new Scintilla styles
üst
1e59b15c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
filetypes.sql
data/filetypes.sql
+1
-0
filetypes.vhdl
data/filetypes.vhdl
+1
-0
highlightingmappings.h
src/highlightingmappings.h
+3
-1
No files found.
data/filetypes.sql
Dosyayı görüntüle @
d7aa4b59
...
...
@@ -19,6 +19,7 @@ sqlplus=default
sqlplus_prompt=default
sqlplus_comment=comment
quotedidentifier=identifier_2
qoperator=operator
[keywords]
# all items must be in one line
...
...
data/filetypes.vhdl
Dosyayı görüntüle @
d7aa4b59
...
...
@@ -4,6 +4,7 @@
default
=
default
comment
=
comment
comment_line_bang
=
comment_line
block_comment
=
comment
number
=
number_1
string
=
string_1
operator
=
operator
...
...
src/highlightingmappings.h
Dosyayı görüntüle @
d7aa4b59
...
...
@@ -1388,7 +1388,8 @@ static const HLStyle highlighting_styles_SQL[] =
{
SCE_SQL_SQLPLUS
,
"sqlplus"
,
FALSE
},
{
SCE_SQL_SQLPLUS_PROMPT
,
"sqlplus_prompt"
,
FALSE
},
{
SCE_SQL_SQLPLUS_COMMENT
,
"sqlplus_comment"
,
FALSE
},
{
SCE_SQL_QUOTEDIDENTIFIER
,
"quotedidentifier"
,
FALSE
}
{
SCE_SQL_QUOTEDIDENTIFIER
,
"quotedidentifier"
,
FALSE
},
{
SCE_SQL_QOPERATOR
,
"qoperator"
,
FALSE
}
/* these are for user-defined keywords we don't set yet */
/*{ SCE_SQL_USER1, "user1", FALSE },
{ SCE_SQL_USER2, "user2", FALSE },
...
...
@@ -1483,6 +1484,7 @@ static const HLStyle highlighting_styles_VHDL[] =
{
SCE_VHDL_DEFAULT
,
"default"
,
FALSE
},
{
SCE_VHDL_COMMENT
,
"comment"
,
FALSE
},
{
SCE_VHDL_COMMENTLINEBANG
,
"comment_line_bang"
,
FALSE
},
{
SCE_VHDL_BLOCK_COMMENT
,
"block_comment"
,
FALSE
},
{
SCE_VHDL_NUMBER
,
"number"
,
FALSE
},
{
SCE_VHDL_STRING
,
"string"
,
FALSE
},
{
SCE_VHDL_OPERATOR
,
"operator"
,
FALSE
},
...
...
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