From e56797f520ecb364d2d9646b7e00ba66b1304b3c Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Thu, 30 Nov 2023 20:39:54 +0200 Subject: [PATCH] use ; at the end of include --- TODO.md | 1 + src/heta-templates/index.heta.template.js | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 076fa2b..3afd878 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,6 @@ # TODO list +- better default code - hot keys for InfoPage - switch monaco themes - nice css styles diff --git a/src/heta-templates/index.heta.template.js b/src/heta-templates/index.heta.template.js index d863fd1..a598b46 100644 --- a/src/heta-templates/index.heta.template.js +++ b/src/heta-templates/index.heta.template.js @@ -2,12 +2,12 @@ export default `/* template file for creating platform */ // add qsp units -//include ./qsp-units.heta +//include ./qsp-units.heta; -// include module.heta type heta -// include table.xlsx type table with { sheet: 0, omitRows: 3 } -// include addon.json type json -// include addon.yml type yaml +// include module.heta type heta; +// include table.xlsx type table with { sheet: 0, omitRows: 3 }; +// include addon.json type json; +// include addon.yml type yaml; p1 @Record .= 1;