Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Typst parser #718

Open
wants to merge 231 commits into
base: master
Choose a base branch
from
Open

Add Typst parser #718

wants to merge 231 commits into from

Commits on Jul 31, 2023

  1. base commit

    uben0 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6c615d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. add content block

    uben0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ac629ea View commit details
    Browse the repository at this point in the history
  2. code factorisation

    uben0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    be234b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    662558c View commit details
    Browse the repository at this point in the history
  4. if else

    uben0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    57f7b0b View commit details
    Browse the repository at this point in the history
  5. strong mode

    uben0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7227761 View commit details
    Browse the repository at this point in the history
  6. emph mode

    uben0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8f4822a View commit details
    Browse the repository at this point in the history
  7. init to any

    uben0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a94f059 View commit details
    Browse the repository at this point in the history
  8. code factorisation

    uben0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3b4ed45 View commit details
    Browse the repository at this point in the history
  9. code factorisation

    uben0 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a398ae6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. statements

    uben0 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f2a1262 View commit details
    Browse the repository at this point in the history
  2. blocks

    uben0 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    dd0d06f View commit details
    Browse the repository at this point in the history
  3. add numbers

    uben0 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a84ba8c View commit details
    Browse the repository at this point in the history
  4. add dot notation

    uben0 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d034c3d View commit details
    Browse the repository at this point in the history
  5. add dot notation

    uben0 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4ad9895 View commit details
    Browse the repository at this point in the history
  6. fixed strong/emph modes

    uben0 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    daa3340 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    8bb7e3e View commit details
    Browse the repository at this point in the history
  2. comment, string, import

    uben0 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ae056e0 View commit details
    Browse the repository at this point in the history
  3. fix list

    uben0 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    8d164a1 View commit details
    Browse the repository at this point in the history
  4. fix white space in list

    uben0 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b6d50c6 View commit details
    Browse the repository at this point in the history
  5. add sub plus unary

    uben0 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4847969 View commit details
    Browse the repository at this point in the history
  6. add operators

    uben0 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    265edb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. multiline vs singleline

    uben0 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    41cfb98 View commit details
    Browse the repository at this point in the history
  2. better white space management

    uben0 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d6e505a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. fix termination item vs instr

    uben0 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    bdd3ba2 View commit details
    Browse the repository at this point in the history
  2. fix instr space termination

    uben0 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d23bb46 View commit details
    Browse the repository at this point in the history
  3. fix comment as extra

    uben0 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    0772000 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    38e887f View commit details
    Browse the repository at this point in the history
  2. math fence, builtin

    uben0 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    40100dc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. save before _element refactor

    uben0 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5b607db View commit details
    Browse the repository at this point in the history
  2. preparing for publication

    uben0 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    36fc3d5 View commit details
    Browse the repository at this point in the history
  3. comment in text mode

    uben0 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9b873e9 View commit details
    Browse the repository at this point in the history
  4. show, unicode letters, builtins

    uben0 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b397129 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    aa198f3 View commit details
    Browse the repository at this point in the history
  2. gitignore

    uben0 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3618165 View commit details
    Browse the repository at this point in the history
  3. remove old corpus

    uben0 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1b8fe23 View commit details
    Browse the repository at this point in the history
  4. makefile

    uben0 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    cb3c715 View commit details
    Browse the repository at this point in the history
  5. refactor base

    uben0 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    dcd35ba View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. refactor step 2

    uben0 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    ccc1b8e View commit details
    Browse the repository at this point in the history
  2. refactor step 3

    uben0 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c24bd57 View commit details
    Browse the repository at this point in the history
  3. stuck on strange token char

    uben0 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5535372 View commit details
    Browse the repository at this point in the history
  4. refactor step 4

    uben0 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    2f2370f View commit details
    Browse the repository at this point in the history
  5. managed to integrate heading

    uben0 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a92f6c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4e4c21 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    519ecf4 View commit details
    Browse the repository at this point in the history
  2. readme update

    uben0 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    2fca8ae View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. single line vs multi line

    uben0 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    60320cb View commit details
    Browse the repository at this point in the history
  2. comment before operators

    uben0 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    caf7393 View commit details
    Browse the repository at this point in the history
  3. assign operator added

    uben0 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e865389 View commit details
    Browse the repository at this point in the history
  4. url and some more tests

    uben0 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a44f8b5 View commit details
    Browse the repository at this point in the history
  5. clean up

    uben0 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7820ffd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe07baa View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. indentation with lists

    uben0 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6646528 View commit details
    Browse the repository at this point in the history
  2. readme update

    uben0 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3ff9c54 View commit details
    Browse the repository at this point in the history
  3. fix indent dedent issues

    uben0 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2d2fbc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57454fd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    137184f View commit details
    Browse the repository at this point in the history
  2. readme update

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1495f7b View commit details
    Browse the repository at this point in the history
  3. term

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ecf5523 View commit details
    Browse the repository at this point in the history
  4. fix false flag heading

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    217253e View commit details
    Browse the repository at this point in the history
  5. label and ref

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    af5e45d View commit details
    Browse the repository at this point in the history
  6. symbol

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a3049b2 View commit details
    Browse the repository at this point in the history
  7. start math

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    41a945d View commit details
    Browse the repository at this point in the history
  8. math progress

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9eaff12 View commit details
    Browse the repository at this point in the history
  9. math progress

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5fdb5cf View commit details
    Browse the repository at this point in the history
  10. math vs item call

    uben0 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6023258 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. math update, more builtin

    uben0 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ef278c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. identifying remaining problems

    uben0 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    1bf47a2 View commit details
    Browse the repository at this point in the history
  2. add license MIT

    uben0 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    6c91ccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f6b307 View commit details
    Browse the repository at this point in the history
  4. readme update

    uben0 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4c2b319 View commit details
    Browse the repository at this point in the history
  5. white space operator strategy

    uben0 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    a116e28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3990cbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b55c28 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    34fa51f View commit details
    Browse the repository at this point in the history
  2. math ident without _

    uben0 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    29ea450 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    e6e982e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b74d1e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    80d8d79 View commit details
    Browse the repository at this point in the history
  2. strictier content rule

    uben0 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4f986cf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    dfd2c4a View commit details
    Browse the repository at this point in the history
  2. better Makefile

    uben0 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    35117a7 View commit details
    Browse the repository at this point in the history
  3. unicode database

    uben0 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4c175e9 View commit details
    Browse the repository at this point in the history
  4. all unicode white spaces

    uben0 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6c201a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dec7ccf View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    d4052c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e4794 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    59ceda6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    3b14de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a18794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    697123d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f504100 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. start better space management

    uben0 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    48a59bc View commit details
    Browse the repository at this point in the history
  2. start better space management

    uben0 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    dc9cc83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11da32e View commit details
    Browse the repository at this point in the history
  4. atom

    uben0 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    dd3aa5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc0c9e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. readme update

    uben0 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    94487d3 View commit details
    Browse the repository at this point in the history
  2. measuring parser size

    uben0 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a1b1166 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. 20% parser size reduction

    uben0 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5c73f9b View commit details
    Browse the repository at this point in the history
  2. scanner cleaner code

    uben0 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1df5247 View commit details
    Browse the repository at this point in the history
  3. tiny parser size

    uben0 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    12f3d8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d32ae3 View commit details
    Browse the repository at this point in the history
  5. readme update

    uben0 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d391a04 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. math ident in external scanner

    uben0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    25f9922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe4387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    926a400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56583e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38c810c View commit details
    Browse the repository at this point in the history
  6. add builtins

    uben0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bcfed94 View commit details
    Browse the repository at this point in the history
  7. add builtins

    uben0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a6ff802 View commit details
    Browse the repository at this point in the history
  8. add builtins and parser size

    uben0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1eaac4f View commit details
    Browse the repository at this point in the history
  9. fix builtin precedence

    uben0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1e85801 View commit details
    Browse the repository at this point in the history
  10. fix builtin full word

    uben0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    09c644f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. start better else detection

    uben0 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e59042c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. step in better else detection

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    86072dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfedcee View commit details
    Browse the repository at this point in the history
  3. fix else detection

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    bec1c20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21ae68f View commit details
    Browse the repository at this point in the history
  5. fix set statement condition

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    49e0da7 View commit details
    Browse the repository at this point in the history
  6. test

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    bb9186f View commit details
    Browse the repository at this point in the history
  7. fix import precedence

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    dbeacf2 View commit details
    Browse the repository at this point in the history
  8. more test, plus number unit

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    e1b620c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33291f7 View commit details
    Browse the repository at this point in the history
  10. fix math shorthand precedence

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    c4e23f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4ba8d4 View commit details
    Browse the repository at this point in the history
  12. cleaner code

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    e572633 View commit details
    Browse the repository at this point in the history
  13. cleaner code

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    4a656b2 View commit details
    Browse the repository at this point in the history
  14. readme update

    uben0 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    9c38731 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. cleaner code

    uben0 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    e020627 View commit details
    Browse the repository at this point in the history
  2. fix math group termination

    uben0 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    c6a23cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1746a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a365cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e8aa7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7686406 View commit details
    Browse the repository at this point in the history
  7. fix indentation

    uben0 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    ef3b80e View commit details
    Browse the repository at this point in the history
  8. readme update

    uben0 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    cd7731f View commit details
    Browse the repository at this point in the history
  9. more tests, small edits

    uben0 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    6a97e5f View commit details
    Browse the repository at this point in the history
  10. readme update

    uben0 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    43ad964 View commit details
    Browse the repository at this point in the history
  11. highlight update

    uben0 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    9c52e75 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    bb86a09 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. readme update

    uben0 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    71ef3e7 View commit details
    Browse the repository at this point in the history
  2. readme update

    uben0 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    576e8b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c07fd17 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    615572e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302f124 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. working extras

    uben0 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3076c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19be8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b46a0a0 View commit details
    Browse the repository at this point in the history
  4. extras's upgrade finished

    uben0 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8aa1e6f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. optimization and cleaner code

    uben0 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0f0c533 View commit details
    Browse the repository at this point in the history
  2. huge optimization

    uben0 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    91f17c4 View commit details
    Browse the repository at this point in the history
  3. cleaner code

    uben0 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0d892a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. math node formula, highlight

    uben0 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    142b2d6 View commit details
    Browse the repository at this point in the history
  2. cleaner code

    uben0 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    1b1b2cf View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    367e8d2 View commit details
    Browse the repository at this point in the history
  2. add wildcard in import

    uben0 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0a61618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da204a9 View commit details
    Browse the repository at this point in the history
  4. highlight update

    uben0 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b8f3ac3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix url accepting space

    uben0 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    82a95c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e7991 View commit details
    Browse the repository at this point in the history
  3. fix bad named grammar

    uben0 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ea9a2aa View commit details
    Browse the repository at this point in the history
  4. remove dead code

    uben0 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b9c9ce5 View commit details
    Browse the repository at this point in the history
  5. readme update and doc

    uben0 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    24933b0 View commit details
    Browse the repository at this point in the history
  6. readme update and doc

    uben0 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    95161e7 View commit details
    Browse the repository at this point in the history
  7. found segfault

    uben0 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7a2bb24 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    a942b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e00691 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. added builtin colbreak

    uben0 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    de668c7 View commit details
    Browse the repository at this point in the history
  2. added builtin place

    uben0 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    791cac4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    e6245d1 View commit details
    Browse the repository at this point in the history
  2. fixed inexistant angle builtin

    uben0 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    90a99de View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fixed bad assert macro

    uben0 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    17cf2a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. added dict litteral

    uben0 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    80166f0 View commit details
    Browse the repository at this point in the history
  2. fixed float literal

    uben0 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    e35aa22 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    aca445a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix installation instructions

    uben0 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3896773 View commit details
    Browse the repository at this point in the history
  2. fix installation instructions

    uben0 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    35221b6 View commit details
    Browse the repository at this point in the history
  3. fix installation instructions

    uben0 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9cb47db View commit details
    Browse the repository at this point in the history
  4. Merge pull request Wilfred#4 from AlexanderBrevig/patch-1

    fix: ponctuation -> punctuation
    uben0 authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b7a745a View commit details
    Browse the repository at this point in the history
  5. fix installation instructions

    uben0 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8be2b20 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    da13e4f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. readme update

    uben0 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a96fa35 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. fix comment in raw

    uben0 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    60843a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. more tests, brackets in math

    uben0 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e1f00fb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix label colon

    uben0 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    020e687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d698b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. heading distinction

    uben0 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    264fefb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. readme update

    uben0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2ece57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e33ad5e View commit details
    Browse the repository at this point in the history
  3. add builtin pad

    uben0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6099c23 View commit details
    Browse the repository at this point in the history
  4. add builtin pad

    uben0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d372eb2 View commit details
    Browse the repository at this point in the history
  5. readme update

    uben0 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    86763f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    0f0abe6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Wilfred#13 from Ziqi-Yang/fix/label_reference

    fix: lable + reference syntax (TOKEN_LABEL)
    uben0 authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    126f7b8 View commit details
    Browse the repository at this point in the history
  3. label test

    uben0 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    1651d6e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. found invalid ref

    uben0 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    39c5976 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. update 0.10

    uben0 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    c0765e3 View commit details
    Browse the repository at this point in the history
  2. fix square brackets, fix labels

    uben0 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    802c9c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. readme update

    uben0 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a94d63b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. foldable sections added!

    uben0 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    d7e552f View commit details
    Browse the repository at this point in the history
  2. readme update

    uben0 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    77e2318 View commit details
    Browse the repository at this point in the history
  3. test name more consistant

    uben0 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    d5aca73 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. fix helix config missing roots

    uben0 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e0f9ab5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. section hierachy changed

    uben0 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f3b362d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    ecf8596 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. disabled debug mode by default

    uben0 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9ca6db5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Correct cargo install command

    Seems there are a few more installable crates in the repo than just the lsp, so you need to be explicit :)
    nuke-web3 authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d6e06e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix typst-lsp installation command in readme

    Correct cargo install command
    uben0 authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    57068e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ff960 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Update README.md

    uben0 authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b330529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3fd020 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d68228 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. added lib.rs

    uben0 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f70f88b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    6241b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6c81b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Update README.md

    uben0 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c757be0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    244c53f View commit details
    Browse the repository at this point in the history
  2. revert last fix, added tests

    uben0 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    baddc32 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. removed builtin detection

    uben0 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3c3e5f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    11e9d28 View commit details
    Browse the repository at this point in the history
  2. added context

    uben0 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f457c77 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    67db220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1509e0f View commit details
    Browse the repository at this point in the history
  3. readme update

    uben0 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1ad9724 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. context precedence, more tests

    uben0 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    13863dd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix math shorthand

    uben0 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4610172 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    b19e640 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    3924cb9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Add 'vendored_parsers/tree-sitter-typst/' from commit '3924cb9ed9e0e6…

    …2ce7df9c4fe0faa4c234795999'
    
    git-subtree-dir: vendored_parsers/tree-sitter-typst
    git-subtree-mainline: a9bcee7
    git-subtree-split: 3924cb9
    arbrauns committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b442c53 View commit details
    Browse the repository at this point in the history
  2. Add typst parser

    arbrauns committed May 17, 2024
    Configuration menu
    Copy the full SHA
    19230a4 View commit details
    Browse the repository at this point in the history