提交 3c748fa1 编写于 作者: M Martin Aeschlimann

html.ts: Typo in comment

上级 cd1d4d8f
......@@ -24,8 +24,8 @@ import {ParameterHintsSupport} from 'vs/editor/common/modes/supports/parameterHi
import {SuggestSupport} from 'vs/editor/common/modes/supports/suggestSupport';
import {IThreadService} from 'vs/platform/thread/common/thread';
export { htmlTokenTypes }; // export to be used by Razor. We are the main module, so Razor should get ot from use.
export { EMPTY_ELEMENTS }; // export to be used by Razor. We are the main module, so Razor should get ot from use.
export { htmlTokenTypes }; // export to be used by Razor. We are the main module, so Razor should get it from us.
export { EMPTY_ELEMENTS }; // export to be used by Razor. We are the main module, so Razor should get it from us.
export enum States {
Content,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册