summaryrefslogtreecommitdiff
path: root/crates/typst-syntax
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-15remove inner node 'capped_newlines' fieldPgBiel
2024-07-15improve comments and formattingPgBiel
2024-07-15Merge branch 'main' into warn-suppressionPgBiel
2024-07-15current_kind -> currentPgBiel
2024-07-14Change the signature of `World::main` (#4531)Myriad-Dreamin
2024-07-14Fix lexer behavior on non-whitespace before ref (#4553)Yip Coekjan
2024-07-11Spans for cross-file go-to-definition (#4539)Laurenz
2024-07-10Add missing keys to manifest types (#4494)tingerrr
2024-07-08Primes should not further raise next superscript's position (#4492)Leedehai
2024-06-27dotPgBiel
2024-06-27simplify decorator arguments in the ASTPgBiel
2024-06-27improve tree searchPgBiel
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-26satisfy clippyPgBiel
2024-06-26allow same line decorator searchPgBiel
2024-06-26don't swallow newlines in decorator lexingPgBiel
2024-06-26search for 'allow' decoratorsPgBiel
2024-06-26use lexer subtrees to parse decoratorsPgBiel
2024-06-26initial decorator parsing in markupPgBiel
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-26initial attached comment detectionPgBiel
2024-06-22Better error message when package version not exists (#4429)Yip Coekjan
2024-06-22Allow "imprecise" bounds for the compiler version (#4394)Clemens Koza
2024-06-12Lexer hint (#4346)astrale-sharp
2024-06-11Add hint when string is used in place of label (#4330)+merlan #flirora
2024-06-04Hint for labels in code mode (#4319)Yip Coekjan
2024-05-30Fix race condition in interners (#4300)Laurenz
2024-05-30Add nested import syntax (#4228)Tulio Martins
2024-05-29Fix `Default` impls for AST nodes (#4288)Laurenz
2024-05-29Reorder syntax kinds (#4287)Laurenz