Add a semicolon at end of non-built-in languages list
parent
e97e934b8b
commit
21b3651b24
|
@ -33,7 +33,7 @@ let nonBuiltInLanguages = { // { fileNames, extensions }
|
|||
"stylus": { extensions: ['styl'] },
|
||||
"vala": { extensions: ['vala'] },
|
||||
"todo": { fileNames: ['todo'] }
|
||||
}
|
||||
};
|
||||
|
||||
function getCommitSha(repoId, repoPath) {
|
||||
let commitInfo = 'https://api.github.com/repos/' + repoId + '/commits?path=' + repoPath;
|
||||
|
|
Loading…
Reference in New Issue