summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/lexer.rs
AgeCommit message (Expand)Author
2024-07-29apply suggested improvementswarn-suppressionPgBiel
2024-07-23add parenthesized annotation linebreak supportPgBiel
2024-07-23initial improvements to allow multiline annotationsPgBiel
2024-07-23improve errors in annotationsPgBiel
2024-07-22initial changes towards simpler syntaxPgBiel
2024-07-16improve some var namesPgBiel
2024-07-16fix annotation syntax in commentsPgBiel
2024-07-16decorator -> annotationPgBiel
2024-07-16new decorator syntax: '// @'PgBiel
2024-07-15improve comments and formattingPgBiel
2024-07-15Merge branch 'main' into warn-suppressionPgBiel
2024-07-14Fix lexer behavior on non-whitespace before ref (#4553)Yip Coekjan
2024-06-27fix newline countingPgBiel
2024-06-26lexer: make 'take_error' internalPgBiel
2024-06-26minor decorator lexing improvementsPgBiel
2024-06-26create DecoratorMarker and DecoratorNamePgBiel
2024-06-26use proper name for paren tokensPgBiel
2024-06-26add doc comment regarding lexer subtreesPgBiel
2024-06-26remove redundant '-' identifier checkPgBiel
2024-06-26proper decorator parsingPgBiel
2024-06-26lexer now returns nodesPgBiel
2024-06-26don't swallow newlines in decorator lexingPgBiel
2024-06-26use lexer subtrees to parse decoratorsPgBiel
2024-06-26separate DecoratorMarker from DecoratorPgBiel
2024-06-26fix decorator lexing with wrong offsetsPgBiel
2024-06-26initial decorator lexingPgBiel
2024-06-26decorator syntaxPgBiel
2024-06-12Lexer hint (#4346)astrale-sharp
2024-06-11Add hint when string is used in place of label (#4330)+merlan #flirora
2024-05-17Fix raw block has extra space when end with backtick (#4162)Wenzhuo Liu
2024-04-08SyntaxKind::Eof => SyntaxKind::End to better express its usage (#3872)Leedehai
2024-04-04Let the lexer respect linebreaks within inline raw (#3756)Leedehai
2024-04-03Fix newline parsing behavior in code mode (#3780)Leedehai
2024-03-01Provide more fine-grained spans in raw blocks (#3257)Myriad-Dreamin
2024-02-28Make use of `is_some_and` where applicable (#3523)Laurenz
2024-02-27New context system (#3497)Laurenz
2024-02-12lexer: Allow emphasis in Korean text without spaces (#3397)Natsu Kagami
2024-01-29Do not parse special spaces to Space Token (#3267)Peng Guanwen
2024-01-02Don't stop parsing markup text for braces (#3112)Nathan Varner
2023-12-30Don't allow nested line comment inside block comment (#3048)Heinenen
2023-11-19Streamline importsLaurenz
2023-11-15Lexer change: Allow emphasis in CJK text without spaces (#2648)Peng Guanwen
2023-11-13Fix potential line splitting issue in `raw` (#2674)Sébastien d'Herbais de Thun
2023-10-29Linebreaking for linksLaurenz
2023-10-09Hashtag -> HashLaurenz
2023-10-09Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)MALO
2023-07-18Extract syntax module into typst-syntax crateLaurenz