summaryrefslogtreecommitdiff
path: root/src/syntax
AgeCommit message (Expand)Author
2023-04-04Allow labels and reference with ',' and '.'Laurenz
2023-04-04Disable clippy for specific lines (#503)Marek Barvíř
2023-04-04clippy::match_like_matches_macro (#502)Marek Barvíř
2023-04-04Integers with different basesLaurenz
2023-03-31FIX lint clippy::len_without_is_empty (#451)Marek Barvíř
2023-03-30Add support for more characters in links (#379)frozolotl
2023-03-28Fix parsing of language in single-tick raw literals (#401)frozolotl
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
2023-03-27Fix parsing of unbalanced delimiters in mathLaurenz
2023-03-27Fix matrix delimitersLaurenz
2023-03-27Parse decimals as a unitLaurenz
2023-03-27Fix enum parsing and allow zero in numberingsLaurenz
2023-03-22Fix typos (#115)Kian-Meng Ang
2023-03-21Fix show rule colon error messageLaurenz
2023-03-21Fix crash for jump to outdated spanLaurenz
2023-03-21More math shorthandsLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-18Attach parameter list span to functionLaurenz
2023-03-17CountersLaurenz
2023-03-14Reference supplementsLaurenz
2023-03-14Allow keywords as fieldsLaurenz
2023-03-11Jump to source and previewLaurenz
2023-03-11Section referencesLaurenz
2023-03-11Autocompletion for raw language tagsLaurenz
2023-03-08Streamline field namesLaurenz
2023-03-01Bump `ecow`Laurenz
2023-02-23Merge main backLaurenz
2023-02-23Switch to ecowLaurenz
2023-02-17Fix semicolon parsingLaurenz
2023-02-17Fix error handling after hashtagLaurenz
2023-02-17Impl `Eq` for syntax tree typesLaurenz
2023-02-13Let `eval` take code instead of markupLaurenz
2023-02-12Require colon in show ruleLaurenz
2023-02-12Fix "not in" precedenceLaurenz
2023-01-31More `PartialEq` impls for `EcoString`Laurenz
2023-02-02Fix inconsistency between text and idents in mathLaurenz
2023-02-02Fix heading and list markersLaurenz
2023-02-02Math testsLaurenz
2023-01-30No text hashtagsLaurenz
2023-01-30Highlighting and docs fixesLaurenz
2023-01-29HTML highlightingLaurenz
2023-01-29Make shorthand list inspectableLaurenz
2023-01-29MatricesLaurenz
2023-01-29Import completionsLaurenz
2023-01-28Better analysis for literalsLaurenz
2023-01-28Overline, Underline, Overbracket, UnderbracketLaurenz
2023-01-28Remove method call syntax kindLaurenz
2023-01-28More capable math callsLaurenz
2023-01-28Rework math attachments and accentsLaurenz