Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailwindlabs/tailwindcss-intellisense
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tailwindlabs/tailwindcss-intellisense
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/document-scopes
Choose a head ref
  • 19 commits
  • 26 files changed
  • 1 contributor

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    e03cbba View commit details
    Browse the repository at this point in the history
  2. Add virtual document abstraction

    wip
    
    wip
    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    967065e View commit details
    Browse the repository at this point in the history
  3. Collect Scope metadata about document content

    Here we introduce the concept of a `Scope` which is an abstract marker for a region of content in a document. A `Scope` can be used to mark a region of text with specific metadata that can be used to drive various features in the editor. For example, a `Scope` might be used to represent things like whether a region of text is HTML or CSS; whether or not we're inside a comment, string literal, or other language-specific construct; or whether or not we're looking at a class list (regardless of the language), etc…
    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    38b37ae View commit details
    Browse the repository at this point in the history
  4. virtual doc scopes

    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    6161358 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83640ae View commit details
    Browse the repository at this point in the history
  6. Add class list parser

    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    81a3b5f View commit details
    Browse the repository at this point in the history
  7. Add HTML document parser

    This reads an HTML document and produces a `ScopeContext` with all HTML-like features analyzed
    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    645a7e6 View commit details
    Browse the repository at this point in the history
  8. Collect Scopes about comments

    These are generally irrelevant but are useful to _remove_ before doing certain operations like running a custom regex
    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    86d580f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4515659 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24d52f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87107c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18b05ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    89ab09e View commit details
    Browse the repository at this point in the history
  14. wip

    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    a564b77 View commit details
    Browse the repository at this point in the history
  15. Add tests

    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    ef8d1e7 View commit details
    Browse the repository at this point in the history
  16. Update lockfile

    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    f691a1f View commit details
    Browse the repository at this point in the history
  17. wip

    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    06cfc37 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    50c8940 View commit details
    Browse the repository at this point in the history
  19. wip

    thecrypticace committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    e1db3c2 View commit details
    Browse the repository at this point in the history
Loading