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

fix(#199): Auto-tag react fragments #202

Merged
merged 6 commits into from
Jul 14, 2024
Merged

Commits on Jul 14, 2024

  1. fix(windwp#199): Auto-tag react fragments

    Detects if `<>` was typed in a react file (`js`, `jsx`, or `tsx`)
    and autocloses the fragment tag.
    roy.crippen4 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f4528df View commit details
    Browse the repository at this point in the history
  2. Merge branch 'windwp:main' into fix-windwp#199

    roycrippen4 authored and roy.crippen4 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a485f97 View commit details
    Browse the repository at this point in the history
  3. test(react): Testing for auto-close react fragments in js and tsx

    … files
    roy.crippen4 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4ab5a1f View commit details
    Browse the repository at this point in the history
  4. fix/refactor: Auto-close react fragments

    Refactor: Moved detection functions into `utils.lua`
    Fix: Improved react detection logic in `.js` files
    roy.crippen4 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    cbe184f View commit details
    Browse the repository at this point in the history
  5. Update lua/nvim-ts-autotag/utils.lua

    Co-authored-by: Price Hiller <[email protected]>
    roycrippen4 and PriceHiller authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2553ac5 View commit details
    Browse the repository at this point in the history
  6. chore: formatting and clarification comment

    roy.crippen4 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    33a38a5 View commit details
    Browse the repository at this point in the history