Skip to content

Commit

Permalink
kuroko: sync with 1.4.1a0
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Nov 27, 2023
1 parent b724489 commit 50053f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/usr/share/bim/syntax/krk.krk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class KrkHighlighter(Highlighter):

types = [
'self','super','len','str','int','float','dir','repr','list','dict','range',
'object','exception','isinstance','type','print','tuple','bool','any','all',
'object','isinstance','type','print','tuple','bool','any','all',
'hex','ord','chr','bytes','set','getattr','setattr','input','zip','enumerate',
'property','staticmethod','classmethod','filter','min','max','id','map','bin',
'sum','sorted','issubclass','hasattr','delattr', 'NotImplemented', 'abs',
Expand Down

0 comments on commit 50053f5

Please sign in to comment.