-
Notifications
You must be signed in to change notification settings - Fork 219
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tailwindlabs/tailwindcss-intellisense
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/document-scopes
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 26 files changed
- 1 contributor
Commits on Mar 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e03cbba - Browse repository at this point
Copy the full SHA e03cbbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 967065e - Browse repository at this point
Copy the full SHA 967065eView commit details -
Collect
Scope
metadata about document contentHere 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…
Configuration menu - View commit details
-
Copy full SHA for 38b37ae - Browse repository at this point
Copy the full SHA 38b37aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6161358 - Browse repository at this point
Copy the full SHA 6161358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83640ae - Browse repository at this point
Copy the full SHA 83640aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a3b5f - Browse repository at this point
Copy the full SHA 81a3b5fView commit details -
This reads an HTML document and produces a `ScopeContext` with all HTML-like features analyzed
Configuration menu - View commit details
-
Copy full SHA for 645a7e6 - Browse repository at this point
Copy the full SHA 645a7e6View commit details -
These are generally irrelevant but are useful to _remove_ before doing certain operations like running a custom regex
Configuration menu - View commit details
-
Copy full SHA for 86d580f - Browse repository at this point
Copy the full SHA 86d580fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4515659 - Browse repository at this point
Copy the full SHA 4515659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d52f0 - Browse repository at this point
Copy the full SHA 24d52f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87107c9 - Browse repository at this point
Copy the full SHA 87107c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b05ef - Browse repository at this point
Copy the full SHA 18b05efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ab09e - Browse repository at this point
Copy the full SHA 89ab09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a564b77 - Browse repository at this point
Copy the full SHA a564b77View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8d1e7 - Browse repository at this point
Copy the full SHA ef8d1e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f691a1f - Browse repository at this point
Copy the full SHA f691a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06cfc37 - Browse repository at this point
Copy the full SHA 06cfc37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c8940 - Browse repository at this point
Copy the full SHA 50c8940View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1db3c2 - Browse repository at this point
Copy the full SHA e1db3c2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...feat/document-scopes