Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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
cpython
Commits
6e5f2d1f
Kaydet (Commit)
6e5f2d1f
authored
Nis 09, 2000
tarafından
Just van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr)
üst
7d7bb919
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PyFontify.py
Mac/Tools/IDE/PyFontify.py
+2
-2
No files found.
Mac/Tools/IDE/PyFontify.py
Dosyayı görüntüle @
6e5f2d1f
...
@@ -25,7 +25,7 @@ sublist is not used, hence always None.
...
@@ -25,7 +25,7 @@ sublist is not used, hence always None.
# Tim Peters,
# Tim Peters,
# Just van Rossum
# Just van Rossum
__version__
=
"0.3.
1
"
__version__
=
"0.3.
2
"
import
string
,
regex
import
string
,
regex
...
@@ -37,7 +37,7 @@ def replace(where, what, with):
...
@@ -37,7 +37,7 @@ def replace(where, what, with):
# This list of keywords is taken from ref/node13.html of the
# This list of keywords is taken from ref/node13.html of the
# Python 1.3 HTML documentation. ("access" is intentionally omitted.)
# Python 1.3 HTML documentation. ("access" is intentionally omitted.)
keywordsList
=
[
keywordsList
=
[
"assert"
,
"assert"
,
"exec"
,
"del"
,
"from"
,
"lambda"
,
"return"
,
"del"
,
"from"
,
"lambda"
,
"return"
,
"and"
,
"elif"
,
"global"
,
"not"
,
"try"
,
"and"
,
"elif"
,
"global"
,
"not"
,
"try"
,
"break"
,
"else"
,
"if"
,
"or"
,
"while"
,
"break"
,
"else"
,
"if"
,
"or"
,
"while"
,
...
...
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