Skip to content

feat: annotation support to highlight valid's className #1142

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

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: clean
  • Loading branch information
hyoban committed Jan 26, 2025
commit c392424fab5e90b3cfac6c3e6b948aa6c9fde893
1 change: 0 additions & 1 deletion packages/tailwindcss-language-service/src/annotation.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Range, TextDocument } from 'vscode-languageserver-textdocument'
import * as jit from './util/jit'
import type { State } from './util/state'

export async function updateAnnotation(state: State, document: TextDocument): Promise<Range[]> {
Expand Down