Fix a comment.

This commit is contained in:
Bauke 2020-04-14 13:49:46 +02:00
parent 1697389c39
commit 9bb181cda4
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import {generateLove, LoveVariant} from './love';
export async function entry(): Promise<void> {
const themeDirectory: string = join(__dirname, '../sublime-text/');
// Configure Nunjucks to use the templates for `source/vscode/themes/`.
// Configure Nunjucks to use the templates for `source/sublime-text/`.
nunjucks.configure(themeDirectory, {
lstripBlocks: true,
trimBlocks: true,