index
:
typst
0.10
0.11
0.11-with-extras
0.11.1-with-extras
0.12
0.12.0-with-extras
0.13
0.6
0.7
0.8
0.9
better-lists
consistent-html-frame-size
digital-signatures
html-content-models
improve-raw-docs
in-operator-for-modules
main
parallel-iterations
pdf-accessibility
pdf-lang
rect-strokes
ref-cite-warn
repeat-figure-caption
table-subfooters
type-str-compat-round-2
warn-suppression
MSM's mirror of Typst
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
typst-syntax
/
src
/
lexer.rs
Age
Commit message (
Expand
)
Author
2024-07-29
apply suggested improvements
warn-suppression
PgBiel
2024-07-23
add parenthesized annotation linebreak support
PgBiel
2024-07-23
initial improvements to allow multiline annotations
PgBiel
2024-07-23
improve errors in annotations
PgBiel
2024-07-22
initial changes towards simpler syntax
PgBiel
2024-07-16
improve some var names
PgBiel
2024-07-16
fix annotation syntax in comments
PgBiel
2024-07-16
decorator -> annotation
PgBiel
2024-07-16
new decorator syntax: '// @'
PgBiel
2024-07-15
improve comments and formatting
PgBiel
2024-07-15
Merge branch 'main' into warn-suppression
PgBiel
2024-07-14
Fix lexer behavior on non-whitespace before ref (#4553)
Yip Coekjan
2024-06-27
fix newline counting
PgBiel
2024-06-26
lexer: make 'take_error' internal
PgBiel
2024-06-26
minor decorator lexing improvements
PgBiel
2024-06-26
create DecoratorMarker and DecoratorName
PgBiel
2024-06-26
use proper name for paren tokens
PgBiel
2024-06-26
add doc comment regarding lexer subtrees
PgBiel
2024-06-26
remove redundant '-' identifier check
PgBiel
2024-06-26
proper decorator parsing
PgBiel
2024-06-26
lexer now returns nodes
PgBiel
2024-06-26
don't swallow newlines in decorator lexing
PgBiel
2024-06-26
use lexer subtrees to parse decorators
PgBiel
2024-06-26
separate DecoratorMarker from Decorator
PgBiel
2024-06-26
fix decorator lexing with wrong offsets
PgBiel
2024-06-26
initial decorator lexing
PgBiel
2024-06-26
decorator syntax
PgBiel
2024-06-12
Lexer hint (#4346)
astrale-sharp
2024-06-11
Add hint when string is used in place of label (#4330)
+merlan #flirora
2024-05-17
Fix raw block has extra space when end with backtick (#4162)
Wenzhuo Liu
2024-04-08
SyntaxKind::Eof => SyntaxKind::End to better express its usage (#3872)
Leedehai
2024-04-04
Let the lexer respect linebreaks within inline raw (#3756)
Leedehai
2024-04-03
Fix newline parsing behavior in code mode (#3780)
Leedehai
2024-03-01
Provide more fine-grained spans in raw blocks (#3257)
Myriad-Dreamin
2024-02-28
Make use of `is_some_and` where applicable (#3523)
Laurenz
2024-02-27
New context system (#3497)
Laurenz
2024-02-12
lexer: Allow emphasis in Korean text without spaces (#3397)
Natsu Kagami
2024-01-29
Do not parse special spaces to Space Token (#3267)
Peng Guanwen
2024-01-02
Don't stop parsing markup text for braces (#3112)
Nathan Varner
2023-12-30
Don't allow nested line comment inside block comment (#3048)
Heinenen
2023-11-19
Streamline imports
Laurenz
2023-11-15
Lexer change: Allow emphasis in CJK text without spaces (#2648)
Peng Guanwen
2023-11-13
Fix potential line splitting issue in `raw` (#2674)
Sébastien d'Herbais de Thun
2023-10-29
Linebreaking for links
Laurenz
2023-10-09
Hashtag -> Hash
Laurenz
2023-10-09
Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)
MALO
2023-07-18
Extract syntax module into typst-syntax crate
Laurenz