deploy: ebd4cc0010
This commit is contained in:
24
node_modules/vscode-textmate/release/grammar/basicScopesAttributeProvider.d.ts
generated
vendored
24
node_modules/vscode-textmate/release/grammar/basicScopesAttributeProvider.d.ts
generated
vendored
@@ -1,24 +0,0 @@
|
||||
import { OptionalStandardTokenType } from "../encodedTokenAttributes";
|
||||
import { IEmbeddedLanguagesMap } from "../main";
|
||||
import { ScopeName } from "../theme";
|
||||
export declare class BasicScopeAttributes {
|
||||
readonly languageId: number;
|
||||
readonly tokenType: OptionalStandardTokenType;
|
||||
constructor(languageId: number, tokenType: OptionalStandardTokenType);
|
||||
}
|
||||
export declare class BasicScopeAttributesProvider {
|
||||
private readonly _defaultAttributes;
|
||||
private readonly _embeddedLanguagesMatcher;
|
||||
constructor(initialLanguageId: number, embeddedLanguages: IEmbeddedLanguagesMap | null);
|
||||
getDefaultAttributes(): BasicScopeAttributes;
|
||||
getBasicScopeAttributes(scopeName: ScopeName | null): BasicScopeAttributes;
|
||||
private static readonly _NULL_SCOPE_METADATA;
|
||||
private readonly _getBasicScopeAttributes;
|
||||
/**
|
||||
* Given a produced TM scope, return the language that token describes or null if unknown.
|
||||
* e.g. source.html => html, source.css.embedded.html => css, punctuation.definition.tag.html => null
|
||||
*/
|
||||
private _scopeToLanguage;
|
||||
private _toStandardTokenType;
|
||||
private static STANDARD_TOKEN_TYPE_REGEXP;
|
||||
}
|
||||
Reference in New Issue
Block a user