summaryrefslogtreecommitdiff
path: root/src/syntax/lexer.rs
AgeCommit message (Expand)Author
2023-04-20forbid underscore as identifier closes #513 (#837)Marmare314
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-18Improve error message in lexer (#242)Greg Shuflin
2023-04-04Allow labels and reference with ',' and '.'Laurenz
2023-04-04Integers with different basesLaurenz
2023-03-30Add support for more characters in links (#379)frozolotl
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
2023-03-27Parse decimals as a unitLaurenz
2023-03-27Fix enum parsing and allow zero in numberingsLaurenz
2023-03-21More math shorthandsLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-14Reference supplementsLaurenz
2023-03-14Allow keywords as fieldsLaurenz
2023-03-11Autocompletion for raw language tagsLaurenz
2023-03-01Bump `ecow`Laurenz
2023-02-23Switch to ecowLaurenz
2023-02-02Fix heading and list markersLaurenz
2023-02-02Math testsLaurenz
2023-01-30No text hashtagsLaurenz
2023-01-28Better analysis for literalsLaurenz
2023-01-28Overline, Underline, Overbracket, UnderbracketLaurenz
2023-01-28More capable math callsLaurenz
2023-01-27Symbol values and modulesLaurenz
2023-01-27Hashtags everywhere!Laurenz
2023-01-27Small fixesLaurenz
2023-01-22Better math atomsLaurenz
2023-01-20Rewrite parserLaurenz
2023-01-15Remove most fields from `SyntaxKind` enumLaurenz
2023-01-14Reorganize syntax moduleLaurenz