Changeset 9867 for src/Pugs/Lexer.hs
- Timestamp:
- 04/09/06 07:55:42 (3 years ago)
- svk:copy_cache_prev:
- 13015
- Files:
-
- 1 modified
-
src/Pugs/Lexer.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Lexer.hs
r8907 r9867 37 37 perl6Def :: LanguageDef st 38 38 perl6Def = javaStyle 39 { P.commentStart = [] -- "=pod"40 , P.commentEnd = [] -- "=cut"39 { P.commentStart = ".#[" 40 , P.commentEnd = "]" 41 41 , P.commentLine = "#" 42 42 , P.nestedComments = False
