---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Create file with content '...'
2. Run command '...'
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Example file/code**
If applicable, add a minimal example file that demonstrates the issue.

```meld
# Example file content that causes the issue
@text greeting = "Hello"
...
```

**Error message/logs**
```
Paste any error messages or logs here
```

**Environment (please complete the following information):**
 - OS: [e.g. macOS, Windows, Linux]
 - Node.js version: [e.g. 16.13.0]
 - Meld version: [e.g. 1.0.0]

**Additional context**
Add any other context about the problem here.