highlightjs / highlight.js

JavaScript syntax highlighter with language auto-detection and zero dependencies.
https://highlightjs.org/
BSD 3-Clause "New" or "Revised" License
23.31k stars 3.52k forks source link

typescript type mismatch #3936

Closed tczzz closed 7 months ago

tczzz commented 7 months ago

Describe the issue/behavior that seems buggy

In 11.9.0, use the following code, You will see that the keyword type returned by python is incompatible

import hljs from 'highlight.js/lib/core';
import python from 'highlight.js/lib/languages/python';

hljs.registerLanguage('python', python);

I found that the same situation exists with dart and swift