Fix a comment.
This commit is contained in:
parent
1697389c39
commit
9bb181cda4
|
@ -6,7 +6,7 @@ import {generateLove, LoveVariant} from './love';
|
||||||
|
|
||||||
export async function entry(): Promise<void> {
|
export async function entry(): Promise<void> {
|
||||||
const themeDirectory: string = join(__dirname, '../sublime-text/');
|
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, {
|
nunjucks.configure(themeDirectory, {
|
||||||
lstripBlocks: true,
|
lstripBlocks: true,
|
||||||
trimBlocks: true,
|
trimBlocks: true,
|
||||||
|
|
Loading…
Reference in New Issue