How to automatically close HTML tags in codemirror6

Hello

In markdown mode

In codemirror5, ‘autoclosetags: true’ can be used to automatically close HTML tags.

However, in codemirror6, I did not find the relevant information about setting the automatic closing of HTML tags in the official website documents. How can I realize the automatic closing of HTML tags in codemirror6

Here is my code

lang-html 0.19.2 adds an autoCloseTags extension.