Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
bbbe303
fix: remove unexpected spaces in Mustache interpolation
g-plane Nov 21, 2025
5eae751
feat: support Handlebars (close #128)
g-plane Nov 22, 2025
21c7a51
docs: update readme
g-plane Nov 22, 2025
4a04e9c
feat: support Angular `@defer` block (close #125)
g-plane Nov 22, 2025
2a8d900
chore: update dependencies
g-plane Nov 22, 2025
50eca34
v0.25.0
g-plane Nov 22, 2025
35bf637
fix: fix formatting spread attribute (fix #171)
g-plane Nov 26, 2025
7c87b70
v0.25.1
g-plane Nov 26, 2025
0ca9201
feat: format event handler inlined in attributes (close #174)
g-plane Dec 11, 2025
f81a3aa
v0.25.2
g-plane Dec 11, 2025
3d50f45
fix: fix Astro spread attr with shorthand disabled (fix #175)
g-plane Dec 12, 2025
b47c64c
v0.25.3
g-plane Dec 12, 2025
789d15e
fix: preserve array/object destructuring in v-for without extra paren…
yacinehmito Dec 19, 2025
b9df5cc
refactor: inline variable
g-plane Dec 19, 2025
1ac2405
refactor: inline variable
g-plane Dec 19, 2025
a8edecf
feat: format `speculationrules` as JSON (#180)
UnknownPlatypus Dec 21, 2025
abb8991
fix: fix Vento interpolation trimming (fix #181)
g-plane Dec 28, 2025
17a3d0f
fix: treat unknown type of script tag as raw text (fix #179)
g-plane Dec 31, 2025
8c30321
fix: remove unexpected comma in JS expr (fix #183)
g-plane Jan 6, 2026
4e6c2b3
fix: fix unterminated comment and interpolation (fix #184)
g-plane Jan 6, 2026
e5b8fa7
fix: fix Jinja interpolation trimming (fix #187)
g-plane Jan 11, 2026
5f73f4f
refactor: add `peek_pos` helper function (#188)
UnknownPlatypus Jan 12, 2026
3ea472d
ci: remove Netlify build
g-plane Jan 15, 2026
2653219
refactor: derive `Copy` on enums (#191)
UnknownPlatypus Jan 23, 2026
0b0aa95
feat: always swap wrapping quotes if attribute contains one (#193)
UnknownPlatypus Jan 28, 2026
d62c1a5
feat: support old JSON content type (#194)
UnknownPlatypus Jan 30, 2026
8714dca
feat: format `accept` attr value as comma-separated string (#40)
UnknownPlatypus Jan 30, 2026
2b45b5d
feat: updated to v0.25.3
lukaswoelfer Feb 2, 2026
9bd83e4
fix: fix empty script and style tags (close #176)
g-plane Feb 7, 2026
c662e23
fix: fix multiline Svelte at-tags (fix #177)
g-plane Feb 7, 2026
3143eb6
fix: fix XML whitespace sensitivity (fix #196)
g-plane Feb 7, 2026
4635e95
refactor: refactor recognizing string literal (#189)
UnknownPlatypus Feb 12, 2026
08b7200
v0.26.0
g-plane Feb 13, 2026
a42688e
feat: ignore syntax errors in Angular interpolation expressions
g-plane Feb 19, 2026
84cfa23
ci: run Clippy (#203)
UnknownPlatypus Feb 27, 2026
738afea
test: use `Infallible`
g-plane Feb 27, 2026
89da234
feat: support frontmatter in HTML (close #207)
g-plane Mar 5, 2026
d21dd6f
docs: add about Angular file extensions
g-plane Mar 10, 2026
f25ca0b
feat: improve error message of Jinja end tag (#204)
UnknownPlatypus Mar 10, 2026
204bcc6
fix: fix parsing nested Jinja blocks in attributes (#201)
UnknownPlatypus Mar 12, 2026
3eb974b
feat: ignore script syntax errors for template languages (close #210)
g-plane Mar 16, 2026
f64cc1a
fix: fix unterminated comment
g-plane Mar 16, 2026
92e0dee
feat: normalize HTML attribute that can be space separated (#202)
UnknownPlatypus Mar 18, 2026
d993880
chore: rustfmt
g-plane Mar 19, 2026
c56e88d
ci: check formatting
g-plane Mar 19, 2026
377a9c7
fix: fix converting pascal case to kebab case (fix #213)
g-plane Mar 19, 2026
60d3c46
feat: support comments in Svelte attributes
g-plane Mar 24, 2026
40a8bf9
v0.27.0
g-plane Mar 24, 2026
46b49f1
docs: update about `scriptFormatter` option
g-plane Apr 21, 2026
c05139a
fix: allow JS keywords in Vue binding (fix #217)
g-plane Apr 28, 2026
e76c7be
fix: fix broken Astro front matter (fix #220)
g-plane May 8, 2026
0a858d5
ci: release with GitHub CLI
g-plane May 8, 2026
99fd96b
v0.27.1
g-plane May 8, 2026
65bfac6
fix: fix parsing Jinja tag name with args (fix #222)
g-plane May 10, 2026
360ae53
feat: support Vento `slot` and `default` tags (close #215)
g-plane May 11, 2026
4acca03
chore: apply Clippy suggestions
g-plane May 11, 2026
d6e4aab
refactor: move position conversion to helpers
g-plane May 11, 2026
bc91cad
chore: optimize displaying errors
g-plane May 12, 2026
e88e271
feat: replace external syntax error position manually (#223)
g-plane May 15, 2026
0fb8a09
feat: support Lume's Vento `comp` tag (close #224)
g-plane May 19, 2026
1298a5f
build: update tiny_pretty
g-plane May 23, 2026
a8bfae6
docs: add note about key name to website (close #225)
g-plane May 26, 2026
1e254d5
build: update dependencies
g-plane May 27, 2026
d53979c
v0.27.2
g-plane May 27, 2026
d9e7195
refactor: switch from `Doc::text` to `Doc::char` for single char
g-plane May 29, 2026
7968726
fix: fix wrong column computation (#226)
bartlomieju Jun 2, 2026
aba0d10
v0.27.3
g-plane Jun 2, 2026
8836277
Merge upstream v0.27.3 into pickware fork
lukaswoelfer Jul 6, 2026
b633beb
chore: version 0.27.3+pw1
lukaswoelfer Jul 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
**/*.njk linguist-detectable=false
**/*.vto linguist-detectable=false
**/*.mustache linguist-detectable=false
**/*.hbs linguist-detectable=false
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rust-analyzer.cargo.features": ["config_serde"],
"[html][vue][svelte][markdown]": {
"[html][vue][svelte][markdown][handlebars]": {
"editor.formatOnSave": false
}
}
Loading
Loading