We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I put Pug syntax inside this tag but not highlighting it.
<template lang="pug"> .container.py-3 h1.text-center Login hr form .mb-3 label Username input.form-control .mb-3 label Password input.form-control(type="password") .mb-3 input(type="submit", value="Login").btn.btn-success p Belum memiliki akun? #[a(href="/daftar") Buat akun sekarang!] </template> <script> document.title = "Login" </script>
How to highlight?
The text was updated successfully, but these errors were encountered:
Which editor / config are you using? It seems to work fine with Volar and VS Code:
Sorry, something went wrong.
No branches or pull requests
I put Pug syntax inside this tag but not highlighting it.
How to highlight?
The text was updated successfully, but these errors were encountered: