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

Remove TreeSitterConfig.name from documentation #381

Closed

Commits on Nov 18, 2021

  1. Initial commit

    MDeiml committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    2ceb56b View commit details
    Browse the repository at this point in the history
  2. Create README.md

    MDeiml committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    29a65c9 View commit details
    Browse the repository at this point in the history
  3. Fix README.md

    MDeiml committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    b026a06 View commit details
    Browse the repository at this point in the history
  4. Fix README.md again

    MDeiml committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    c59305b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48eb1e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31f61e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    42be6c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55dd78b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b31419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2811a8e View commit details
    Browse the repository at this point in the history
  5. Update README.md

    MDeiml committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    c37435f View commit details
    Browse the repository at this point in the history
  6. Appease some tests

    MDeiml committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    104f9ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74729f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Remove lazy continuations

    MDeiml committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    5c969db View commit details
    Browse the repository at this point in the history
  2. Remove _matching_done

    MDeiml committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    9acf5ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4124c1 View commit details
    Browse the repository at this point in the history
  4. Add lazy continuation

    MDeiml committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    7000f9c View commit details
    Browse the repository at this point in the history
  5. Tune dynamic precedence

    MDeiml committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    7dc54a3 View commit details
    Browse the repository at this point in the history
  6. More tests

    MDeiml committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    2b4a28a View commit details
    Browse the repository at this point in the history
  7. Compress state

    MDeiml committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    83e3fdd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Start implementing html stuff

    MDeiml committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    3f7ab8d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    2b74ffe View commit details
    Browse the repository at this point in the history
  2. Better html comments

    MDeiml committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7f6dbb7 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    MDeiml committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    080715d View commit details
    Browse the repository at this point in the history
  4. Better html tags

    MDeiml committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    6b80fa3 View commit details
    Browse the repository at this point in the history
  5. Avoid undefined behaviour

    memcpy() with a null destination or source is undefined
    dimbleby committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    c1487af View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Merge pull request Wilfred#1 from dimbleby/undefined-behaviour

    Avoid undefined behaviour
    MDeiml committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c9d180a View commit details
    Browse the repository at this point in the history
  2. Remove explicit line breaks

    MDeiml committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b7ac10d View commit details
    Browse the repository at this point in the history
  3. Update tests

    MDeiml committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6e222a1 View commit details
    Browse the repository at this point in the history
  4. Fix infinite loop (Wilfred#1)

    MDeiml committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a1149e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2af030 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8408609 View commit details
    Browse the repository at this point in the history
  7. Update a bit of documentation

    MDeiml committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b970eb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55bae26 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. More robust newlines

    MDeiml committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    f47f2b2 View commit details
    Browse the repository at this point in the history
  2. Nicer punctuation

    MDeiml committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b00face View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    921ce06 View commit details
    Browse the repository at this point in the history
  4. Fix Wilfred#2

    MDeiml committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    a712b77 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    b09f958 View commit details
    Browse the repository at this point in the history
  2. Clean up corpus

    MDeiml committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    9c51158 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    MDeiml committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    d1cd82a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    1aae8cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc33d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70513c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Fix fenced code block

    MDeiml committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    6a78a5e View commit details
    Browse the repository at this point in the history
  2. Fix example 258

    MDeiml committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    432de1e View commit details
    Browse the repository at this point in the history
  3. Fix example 261

    MDeiml committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    8e50beb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    289c4cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e63613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8961396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b986de View commit details
    Browse the repository at this point in the history
  5. Implement hard line break

    MDeiml committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    e7bc295 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51c5363 View commit details
    Browse the repository at this point in the history
  7. Implement autolinks

    MDeiml committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    84be099 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    5737f91 View commit details
    Browse the repository at this point in the history
  2. Clean up code

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    f2e91a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fee7b6 View commit details
    Browse the repository at this point in the history
  4. Fix Example 285

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    cefba23 View commit details
    Browse the repository at this point in the history
  5. Improve tight / loose lists

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e8d8ce4 View commit details
    Browse the repository at this point in the history
  6. Rename list markers

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    be561ab View commit details
    Browse the repository at this point in the history
  7. More loose / tight

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    80b3e35 View commit details
    Browse the repository at this point in the history
  8. Minor test fixes

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    7ffeafa View commit details
    Browse the repository at this point in the history
  9. Implement strong emphasis

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    a27f5ae View commit details
    Browse the repository at this point in the history
  10. Fix example 474

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    79f24b7 View commit details
    Browse the repository at this point in the history
  11. Fix some tests

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    566b3ac View commit details
    Browse the repository at this point in the history
  12. Unfix some tests

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3e69456 View commit details
    Browse the repository at this point in the history
  13. Rename shortcut link

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    8d920f5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    713130b View commit details
    Browse the repository at this point in the history
  15. More inline link tests

    MDeiml committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    f8614d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. No extras

    MDeiml committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    47c49cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    932df62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d72a596 View commit details
    Browse the repository at this point in the history
  4. Disallow brackets in link text

    MDeiml committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    727fbd4 View commit details
    Browse the repository at this point in the history
  5. Start implementing images

    MDeiml committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7dc51ed View commit details
    Browse the repository at this point in the history
  6. Fix some tests

    MDeiml committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    507dfb4 View commit details
    Browse the repository at this point in the history
  7. More tests

    MDeiml committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a9fe694 View commit details
    Browse the repository at this point in the history
  8. More tests

    MDeiml committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    05672fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7056158 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39e7d66 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    MDeiml committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    4809bd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Don't differentiate between tight and loose lists

    This is more perfomant and more robust.
    Also the difference between tight and loose is probably not important for
    syntax highlighting.
    MDeiml committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a1c0aed View commit details
    Browse the repository at this point in the history
  2. Fix example 163

    MDeiml committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0f20e75 View commit details
    Browse the repository at this point in the history
  3. Fix example 258

    MDeiml committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4ffc365 View commit details
    Browse the repository at this point in the history
  4. Better dynamic precedence

    MDeiml committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    74d4b65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ea2df View commit details
    Browse the repository at this point in the history
  6. Fix Wilfred#4

    MDeiml committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8845d15 View commit details
    Browse the repository at this point in the history
  7. Add query files

    MDeiml committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    10df88f View commit details
    Browse the repository at this point in the history
  8. Address some TODOs

    MDeiml committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    39bd0f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

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

Commits on Dec 7, 2021

  1. Merge pull request Wilfred#13 from maxbrunsfeld/main

    Compile external scanner in rust build script
    MDeiml committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    ad8c329 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Fix Wilfred#18

    MDeiml committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d2cf711 View commit details
    Browse the repository at this point in the history
  2. Fix Wilfred#17

    MDeiml committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    110c1bb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

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

Commits on Dec 29, 2021

  1. Document grammar.js

    MDeiml committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    c5757bb View commit details
    Browse the repository at this point in the history
  2. Create LICENSE

    MDeiml committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    cb10958 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Begin documenting scanner

    MDeiml committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    c89e8ce View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Add block quote markers

    MDeiml committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    77b90ae View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Add delimiter nodes

    MDeiml committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    330ecab View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    2fc0c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0024b79 View commit details
    Browse the repository at this point in the history
  3. Seperate failing test cases

    MDeiml committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    526bea8 View commit details
    Browse the repository at this point in the history
  4. Fix Wilfred#12

    MDeiml committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    0cced45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e38fb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59d8aba View commit details
    Browse the repository at this point in the history
  7. Fix nested emphasis

    MDeiml committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    9e5fa28 View commit details
    Browse the repository at this point in the history
  8. Update failing tests

    MDeiml committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    8bee14c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Fix Wilfred#33

    MDeiml committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    b49b2da View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Expose highlights in rust binding

    Simon Willshire committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0bed572 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request Wilfred#35 from Tiggilyboo/expose-highlights

    Expose highlights in rust binding
    MDeiml committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5a32b3b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    MDeiml committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d24196f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Change cargo name

    MDeiml committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    6d112e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    dc3cc5f View commit details
    Browse the repository at this point in the history
  2. Implement block grammar

    MDeiml committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    34d018e View commit details
    Browse the repository at this point in the history
  3. Implement inline grammar

    MDeiml committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    f8da36c View commit details
    Browse the repository at this point in the history
  4. fixup! Implement block grammar

    MDeiml committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    c6e26de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    941cddb View commit details
    Browse the repository at this point in the history
  6. Add queries

    MDeiml committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    e54688a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    5719a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a527d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Implement rust bindings

    MDeiml committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    03ad62c View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary rule

    MDeiml committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    fa598cb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    29195e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973721f View commit details
    Browse the repository at this point in the history
  3. Clean up

    MDeiml committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    3f72d80 View commit details
    Browse the repository at this point in the history
  4. Make it fast

    MDeiml committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    b1f441e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Benchmark

    MDeiml committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6fc8631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af0156c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    889820a View commit details
    Browse the repository at this point in the history
  4. Add initial section

    MDeiml committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    450f059 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Add edit to benchmark

    MDeiml committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    dbbeea6 View commit details
    Browse the repository at this point in the history
  2. Simplify inlines

    Roughly 1.2x speedup
    MDeiml committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    866a1d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bfd7b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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

Commits on Jun 23, 2022

  1. Update README.md

    MDeiml committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9b4c773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a3ac1 View commit details
    Browse the repository at this point in the history
  3. Better sections

    MDeiml committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    296bcd9 View commit details
    Browse the repository at this point in the history
  4. Join common rules

    MDeiml committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    535250d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Fix compiler warnings

    MDeiml committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5b36748 View commit details
    Browse the repository at this point in the history
  2. Remove log files

    MDeiml committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    4bf17db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acb0978 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Update lib.rs

    dzhou121 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    134c7f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Wilfred#46 from dzhou121/split_parser

    Expose highlights in rust binding
    MDeiml committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    12d3aa4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Update queries

    MDeiml committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    df01163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8282011 View commit details
    Browse the repository at this point in the history
  3. Implement task list items

    MDeiml committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    382e37b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b48148a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40113da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee4a658 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5261e18 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. fix path to repository

    ghishadow committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    032568d View commit details
    Browse the repository at this point in the history
  2. Merge pull request Wilfred#47 from ghishadow/patch-1

    fix path to repository
    MDeiml committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    8bac940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d9f46 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Implement metadata blocks

    MDeiml committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    5f2f63b View commit details
    Browse the repository at this point in the history
  2. Implement strikethrough

    MDeiml committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    9a4096f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

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

Commits on Jul 24, 2022

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

Commits on Jul 27, 2022

  1. Implement pipe tables

    MDeiml committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d057e6d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Add CONTRIBUTING.md

    MDeiml committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    204611c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Update issue templates

    MDeiml committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d6bb2e9 View commit details
    Browse the repository at this point in the history
  2. Update issue templates

    MDeiml committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3c7a438 View commit details
    Browse the repository at this point in the history
  3. Set up build scripts

    MDeiml committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    88d5817 View commit details
    Browse the repository at this point in the history
  4. Add CI

    MDeiml committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b334b6d View commit details
    Browse the repository at this point in the history
  5. Update CONTRIBUTING.md

    MDeiml committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    79a7456 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    f9c2aa9 View commit details
    Browse the repository at this point in the history
  2. Remove autogenerated files

    MDeiml committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    c265d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4365f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e375ba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Add 'vendor/tree-sitter-markdown/' from commit 'e375ba95ff9a12418f9b9…

    …e7c190f549d08b5380a'
    
    git-subtree-dir: vendor/tree-sitter-markdown
    git-subtree-mainline: 662b837
    git-subtree-split: e375ba9
    gurjeet committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    9cacf84 View commit details
    Browse the repository at this point in the history
  2. Remove TreeSitterConfig.name from documentation

    TreeSitterConfig doesn't seem to have the `name` attribute, anymore.
    
    I discovered this discrepancy while integrating Markdown language parser
    in PR Wilfred#380.
    gurjeet committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    89b390a View commit details
    Browse the repository at this point in the history