templ-go / templ-jetbrains

Intellij language support for templ
MIT License
71 stars 11 forks source link

CSS snippets and code completion support #36

Closed abolfazlakbarzadeh closed 2 months ago

abolfazlakbarzadeh commented 3 months ago

Hi, Does templ plugin support css snippets and code completion? I just made a css scope in .templ file and tried to add some css code but it doesn't highlight codes

css navItem() {
    display: flex;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid transparent;
}
joerdav commented 2 months ago

Currently no, our main focus at the moment is improving the go-in-templ experience, but we do want to improve the css-in-templ and js-in-templ experience, specially in style tags and script tags.