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
e20a5792
Kaydet (Commit)
e20a5792
authored
Agu 17, 2012
tarafından
oco
Kaydeden (comit)
Matthew Brush
Agu 17, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use all supported keyword sets for Scintilla Forth lexer
Submitted on geany-devel mailing list
üst
7b65d76d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
filetypes.forth
data/filetypes.forth
+6
-2
highlightingmappings.h
src/highlightingmappings.h
+6
-1
No files found.
data/filetypes.forth
Dosyayı görüntüle @
e20a5792
...
...
@@ -16,8 +16,12 @@ locale=other
[keywords]
# all items must be in one line
primary=ABORT EXIT DO LOOP UNLOOP BEGIN UNTIL WHILE REPEAT EXIT IF ELSE THEN CASE ENDCASE OF ENDOF
primary=abort exit do loop unloop begin until while repeat exit if else then case endcase of endof again leave
keyword=require included decimal hex also only previous
defword=create does> variable value 2variable constant , 2, c,
string=." " s" c" abort"
preword1=dup drop swap over pick roll 2dup 2drop 2swas 2over
preword2=! c! @ c@ 2! 2@ and or xor invert negate / /mod mod rshift lshift
[settings]
# default extension used when saving files
...
...
src/highlightingmappings.h
Dosyayı görüntüle @
e20a5792
...
...
@@ -546,7 +546,12 @@ static const HLStyle highlighting_styles_FORTH[] =
};
static
const
HLKeyword
highlighting_keywords_FORTH
[]
=
{
{
0
,
"primary"
,
FALSE
}
{
0
,
"primary"
,
FALSE
},
{
1
,
"keyword"
,
FALSE
},
{
2
,
"defword"
,
FALSE
},
{
3
,
"preword1"
,
FALSE
},
{
4
,
"preword2"
,
FALSE
},
{
5
,
"string"
,
FALSE
}
};
#define highlighting_properties_FORTH EMPTY_PROPERTIES
...
...
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