diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-18 14:28:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-18 13:28:00 +0000 |
| commit | 0fb2a674841882bac80ea44e7aae1684a4289f6a (patch) | |
| tree | 365622b7d6bc16ab2168b312f6277db21a971f7d /NOTICE | |
| parent | 394864fd4a5069dba0b996e0e0630855b034b86e (diff) | |
Introduce `SyntaxSet` (#3450)
Diffstat (limited to 'NOTICE')
| -rw-r--r-- | NOTICE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -159,6 +159,10 @@ The MIT License applies to: closely modelled after the `DownloadTracker` from rustup (https://github.com/rust-lang/rustup/blob/master/src/cli/download_tracker.rs) +* The `SyntaxSet` defined in `crates/typst-syntax/src/set.rs` which is + based on the `TokenSet` from rust-analyzer + (https://github.com/rust-lang/rust-analyzer/blob/master/crates/parser/src/token_set.rs) + The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy |
