Menu

[8f66b6]: / config / Python.txt  Maximize  Restore  History

Download this file

12 lines (8 with data), 474 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# addKeywords (keywords, fontWeight, foreground)
# addCommentRule (singleLine, multiLineStart, multiLineEnd, fontWeight, foreground)
# addRule (expr, fontWeight, foreground)
keywords="import,from,def,class,return,if,else,elif,for,in,while,None"
addKeywords (keywords, Bold, darkBlue)
addCommentRule ("#[^\n]*", "\"\"\"", "\"\"\"", Normal, darkGreen)
addRule ("\".*\"", Normal, darkGreen) # Quotations
addRule ("\\b[A-Za-z0-9_]+(?=\\()", Normal, blue) # Functions
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.