Skip to content

Commit a48910f

Browse files
fix: fix html expando char
1 parent ec3fa13 commit a48910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/html/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module.exports = {
55
libraryPath: libPath,
66
extensions: ['html', 'htm', 'xhtml'],
77
languageSymbol: 'tree_sitter_html',
8-
expandoChar: '$',
8+
expandoChar: 'z',
99
}

0 commit comments

Comments
 (0)