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 textDocument/foldingRange Provider #492

Merged
merged 64 commits into from
Mar 20, 2021

Commits on Feb 9, 2021

  1. initial commit

    billylanchantin committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d17d22f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c966d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. fix indentation

    billylanchantin committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    64752dd View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    3e40c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fd54f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    004fd6d View commit details
    Browse the repository at this point in the history
  4. clean up a little

    billylanchantin committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    8269e86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b9c0c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84604ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8289634 View commit details
    Browse the repository at this point in the history
  8. grammar

    billylanchantin committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    c7c56f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc8587f View commit details
    Browse the repository at this point in the history
  10. adjust test

    billylanchantin committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    1567d42 View commit details
    Browse the repository at this point in the history
  11. whoo! case reduction!

    billylanchantin committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    270b57d View commit details
    Browse the repository at this point in the history
  12. shorten comment

    billylanchantin committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    249b673 View commit details
    Browse the repository at this point in the history
  13. tweaks

    billylanchantin committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    8ff26cf View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. better formatting

    billylanchantin committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    f79664c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f52639 View commit details
    Browse the repository at this point in the history
  3. refactor token-pairs

    billylanchantin committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    2c9b18d View commit details
    Browse the repository at this point in the history
  4. fix example

    billylanchantin committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5b876de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a40aea4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    593b2c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f39848f View commit details
    Browse the repository at this point in the history
  8. passing tests!

    billylanchantin committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9bbf34d View commit details
    Browse the repository at this point in the history
  9. fix return types

    billylanchantin committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    dc7349c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef95266 View commit details
    Browse the repository at this point in the history
  11. fix merging logic

    billylanchantin committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    61b3c2a View commit details
    Browse the repository at this point in the history
  12. update test names

    billylanchantin committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    64d495b View commit details
    Browse the repository at this point in the history
  13. remove todo

    billylanchantin committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    2409d8a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. add heredoc support

    billylanchantin committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    5304e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f39acb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8666d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2722023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c52c92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbad74f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    268c203 View commit details
    Browse the repository at this point in the history
  8. include carriage returns in line-splitting logic

    Co-authored-by: Łukasz Samson <[email protected]>
    billylanchantin and lukaszsamson authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    6861e09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4458bdf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d2c986 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a921d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a8c54a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    91252f0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    195acca View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. speling is hardd

    Co-authored-by: Étienne Lévesque <[email protected]>
    billylanchantin and Étienne Lévesque authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    df73fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b67a9f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe82f52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d20671 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c291d3 View commit details
    Browse the repository at this point in the history
  6. use pipes

    billylanchantin committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    888814a View commit details
    Browse the repository at this point in the history
  7. fix warning

    billylanchantin committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    6bb06f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    254b093 View commit details
    Browse the repository at this point in the history
  2. add binary support

    billylanchantin committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    5b9be3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc1a27a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21f1a7b View commit details
    Browse the repository at this point in the history
  5. change filename

    billylanchantin committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    af1f545 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b72960 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29920e1 View commit details
    Browse the repository at this point in the history
  8. remove debug function

    billylanchantin committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    f8bf332 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

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

Commits on Feb 23, 2021

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

Commits on Feb 27, 2021

  1. Switch to doctests

    Also add a means to visualize folding range changes in the tests (only
    shows when there is a test failure)
    axelson committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    9e0cacf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Merge pull request #1 from axelson/my-folding-range

    Switch to doctests
    billylanchantin authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    5fbdd6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bced31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35d3fd5 View commit details
    Browse the repository at this point in the history