Skip to content

Commit

Permalink
Export getDocumentLinks in @tailwindcss/language-service (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace authored Oct 7, 2024
1 parent 4fa07ea commit 3e001bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tailwindcss-language-service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { doValidate } from './diagnostics/diagnosticsProvider'
export { doHover } from './hoverProvider'
export { doCodeActions } from './codeActions/codeActionProvider'
export { getDocumentColors } from './documentColorProvider'
export { getDocumentLinks } from './documentLinksProvider'
export * from './util/state'
export * from './diagnostics/types'
export * from './util/color'

0 comments on commit 3e001bd

Please sign in to comment.