Writing .lm Files¶
.lm files are Lamia's executable files — they use Lamia syntax and can augment it with Python syntax for the actions that are not supported by Lamia syntax.
IDE Features for .lm Files¶
- Syntax highlighting — Python + Lamia extensions highlighted correctly
- Go to definition —
Ctrl+Click/Cmd+Clickon.hufile calls to jump to the template - Hover info — hover over symbols for documentation
- Code lens —
RunandDebuglinks appear above the file - Completions — parameter names suggested when calling
.hufiles
For the full Lamia language reference, see the Lamia Language Docs.