mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add typings for IGrammar interface
This commit is contained in:
20
atom/atom.d.ts
vendored
20
atom/atom.d.ts
vendored
@@ -905,9 +905,27 @@ declare module AtomCore {
|
||||
}
|
||||
|
||||
interface IGrammar {
|
||||
name: any;
|
||||
bundledPackage: boolean;
|
||||
emitter: any;
|
||||
fileTypes: [string];
|
||||
firstLineRegex: any;
|
||||
foldingStopMarker: any;
|
||||
includedGrammarScopes: [any];
|
||||
initialRule: any;
|
||||
injectionSelector: any;
|
||||
injections: any;
|
||||
maxTokensPerLine: Number;
|
||||
name: string;
|
||||
packageName: string;
|
||||
path: string;
|
||||
rawPatterns: [any];
|
||||
rawRepository: any;
|
||||
registration: Disposable;
|
||||
registry: any;
|
||||
repository: Object;
|
||||
scopeName: string;
|
||||
// TBD
|
||||
|
||||
}
|
||||
|
||||
interface IPane /* extends Theorist.Model */ {
|
||||
|
||||
Reference in New Issue
Block a user