Skip to content
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

Use stylesheet format to determine highlighting language #2

Open
NduatiK opened this issue Oct 27, 2023 · 1 comment
Open

Use stylesheet format to determine highlighting language #2

NduatiK opened this issue Oct 27, 2023 · 1 comment
Assignees

Comments

@NduatiK
Copy link
Contributor

NduatiK commented Oct 27, 2023

See #1

@NduatiK NduatiK self-assigned this Oct 27, 2023
@bcardarella
Copy link
Contributor

we should be able to match in the use to lock in the format:

defmodule MyWebApp.HomeStyles do
  use LiveViewNative.Stylesheet, :swiftui

 ...

end

I'm guessing we can just regex to find use LiveViewNative.Stylesheet and parse out the format from there

@AZholtkevych AZholtkevych linked a pull request Jan 11, 2024 that will close this issue
@AZholtkevych AZholtkevych moved this to In Progress in LiveView Native Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants