Skip to content

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 definitionCtrl+Click / Cmd+Click on .hu file calls to jump to the template
  • Hover info — hover over symbols for documentation
  • Code lensRun and Debug links appear above the file
  • Completions — parameter names suggested when calling .hu files

For the full Lamia language reference, see the Lamia Language Docs.