typst/crates/typst-syntax/src
Eduardo Sánchez Muñoz 38213ed534
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
..
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 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
lib.rs Add hint when string is used in place of label (#4330) 2024-06-11 09:08:30 +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 Make math shorthands noncontinuable (#5925) 2025-02-23 11:28:24 +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 Add support for raw range spans 2024-11-13 10:21:40 +01:00
span.rs Add support for raw range spans 2024-11-13 10:21:40 +01:00