typst/crates/typst-syntax/src
Tobias Schmitz a18ca3481d
Report errors in external files (#6308)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-06-10 12:46:27 +00:00
..
ast.rs Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
file.rs Add support for raw range spans 2024-11-13 10:21:40 +01:00
highlight.rs Just add MathText SyntaxKind 2025-01-23 16:28:29 -05:00
kind.rs Just add MathText SyntaxKind 2025-01-23 16:28:29 -05:00
lexer.rs Improve number lexing (#5969) 2025-06-10 09:11:27 +00:00
lib.rs Report errors in external files (#6308) 2025-06-10 12:46:27 +00:00
lines.rs Report errors in external files (#6308) 2025-06-10 12:46:27 +00:00
node.rs Improve clarity of `ast.rs` for newcomers to the codebase (#5784) 2025-02-26 20:10:36 +00:00
package.rs Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946) 2025-02-24 12:28:01 +00:00
parser.rs Clean up some parser comments (#6398) 2025-06-09 13:48:55 +00:00
path.rs Change the signature of `World::main` (#4531) 2024-07-14 13:14:21 +00:00
reparser.rs 17. Replace while loop closures and Parser::end() to use SyntaxSet 2024-11-03 20:28:49 -05:00
set.rs Just add MathText SyntaxKind 2025-01-23 16:28:29 -05:00
source.rs Report errors in external files (#6308) 2025-06-10 12:46:27 +00:00
span.rs Add support for raw range spans 2024-11-13 10:21:40 +01:00