チェンジセット 1034: as3/KujiraFlexCompo/SourceCodeViewer
- コミット日時:
- 2008/08/25 02:58:20 (2 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/KujiraFlexCompo/SourceCodeViewer/src/com/kujirahand/tougarasi/SParserXML.as
r880 r1034 13 13 { 14 14 table = [ 15 new SParserTableItem(/^\<\!\-{2}.* \-{2}\>/s, STYLE_REM, null),15 new SParserTableItem(/^\<\!\-{2}.*?\-{2}\>/s, STYLE_REM, null), 16 16 new SParserTableItem(/^\<[^\>]+?\>/s, "", readTag), 17 17 ];

