Skip to content

Commit e1f3883

Browse files
committed
Format
1 parent 926b341 commit e1f3883

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/storeUtils.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,17 @@ function getGrammar(scopeName, grammarCache) {
6565
}
6666

6767
/**
68-
* @param {*} grammarCache
68+
* @param {*} grammarCache
6969
*/
7070
function getAllGrammars(grammarCache) {
7171
return { ...grammarManifest, ...grammarCache };
7272
}
7373

74-
module.exports = { getScope, getGrammar, getGrammarLocation, getThemeLocation, highestBuiltinLanguageId, getAllGrammars };
74+
module.exports = {
75+
getScope,
76+
getGrammar,
77+
getGrammarLocation,
78+
getThemeLocation,
79+
highestBuiltinLanguageId,
80+
getAllGrammars
81+
};

0 commit comments

Comments
 (0)