-
File extensions are very limited. Here is my suggestion, but I'm not sure if vscode supports this. I'll give it a shot and update this issue.
Plain scripts:
- .sbn
- .scriban
Html
- .htm.sbn
…
orcun updated
2 years ago
-
If we move to Monaco for the template window as in #42 it _ought_ to be possible to use Scriban syntax colouring. Technically we could implement this in AvalonEdit as well but it's probably easier in …
-
test + improve enums in repository actions in combination with scriban templating.
coenm updated
8 months ago
-
I have been using Prompty to write the prompts for our C# Unity game. A template that does work in VS does not work in c#. After some research, I noticed the problem is the Template engine used.
On V…
-
Whitespace control indentation error in liquid template.
Please refer to the following code
```
var templateSource = @"
var tasks = new List();
{
{% for table in TableList -%}
…
-
Somewhere on a wiki page, probably.
-
https://github.com/scriban/scriban
Specifically, I need to pass a bunch of JSON into the front so I can document things and maybe not use DacFx, but for this I will need to be able to repeat lines …
-
EmbeddedResource with two dots in the file name does not work, meaning GetManifestResourceNames does not return anything.
Works:
```xml
```
Does not work:
```xml
…
-
I've been using Scriban as my templating engine for a while, and I came across your live editor for Scriban files. I'd love to switch to your `NTypewriter.SourceGenerator` for some of my stuff, but I …
-
Hi!
I'm trying to use scriban in Windows PowerShell 5.1 and am having issues with rendering `PSCustomObject` objects.
Using `hastable` and `OrderedDictionary` works fine, e.g.:
```powershell
$…
bozho updated
8 months ago