3
V'íc ã @ sB d Z ddlmZ ddlmZmZmZmZ dgZG dd deZ dS )zÓ
pygments.lexers.x10
~~~~~~~~~~~~~~~~~~~
Lexers for the X10 programming language.
:copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
é )Ú
RegexLexer)ÚTextÚCommentÚKeywordÚStringÚX10Lexerc , @ s´ e Zd ZdZdZdZddgZdgZdgZdQZ d4Z
dRZdSZdGdHe
fdIejfdJejfdKdLje efdKdLje
ejfdKdLje ejfdKdLje ejfdMefdNejfdOe
fg
iZdPS )Tr z:
For the X10 language.
.. versionadded:: 2.2
ZX10zhttp://x10-lang.org/Zx10Zxtenz*.x10z
text/x-x10ÚasÚassertÚasyncÚatÚathomeÚateachÚatomicÚbreakÚcaseÚcatchÚclassÚclockedÚcontinueÚdefÚdefaultÚdoÚelseÚfinalÚfinallyÚfinishÚforÚgotoÚhaszeroÚhereÚifÚimportÚinÚ
instanceofÚ interfaceÚisrefÚnewÚofferÚoperatorÚpackageÚreturnÚstructÚswitchÚthrowÚtryÚtypeÚvalÚvarÚwhenÚwhileÚvoidÚfalseÚnullÚselfÚsuperÚthisÚtrueÚabstractÚextendsÚ
implementsÚnativeÚoffersÚprivateÚpropertyÚ protectedÚpublicÚstaticÚthrowsÚ transientÚrootz[^\S\n]+z//.*?\nz/\*(.|\n)*?\*/z\b(%s)\bú|z"(\\\\|\\[^\\]|[^"\\])*"z!'\\.'|'[^\\]'|'\\u[0-9a-fA-F]{4}'Ú.N),r r r