Skip to content

Prevent errors in not semicolon languages #461

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

Merged
merged 4 commits into from
Feb 23, 2022

Conversation

lucasvazq
Copy link
Contributor

Related

Resolves #460

Comments

Prevent unwanted error messages related to the tailwind directive in languages that don't require semicolons at the end of lines.

Support added for:

  • sass
  • sugarss
  • stylus

List taken from: https://github.com/tailwindlabs/tailwindcss-intellisense/blob/master/packages/tailwindcss-language-service/src/util/languages.ts#L34

@bradlc
Copy link
Contributor

bradlc commented Feb 23, 2022

This is great, thank you! I just made a couple of minor changes 👍

@bradlc bradlc merged commit 627d463 into tailwindlabs:master Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syntax highlight problem in SASS format
2 participants