EPLang Syntax Highlighting for Visual Studio Code

May 29, 2025 · View on GitHub

This extension provides syntax highlighting for EPLang files.
Create a [name].eplang file and start coding to see the extension in action.
Note that this extension does not perform semantic analysis and should not be used for debugging the code.

Highlighted Code Demo

Notes

EPLang is a language created by students of École Polytechnique de Louvain as a project in the LINFO2132 course.
The extension is mainly for UCLouvain students to be used when creating their own compiler in the scope of the LINFO2132 course.

Install

  • Run: code --install-extension arampetrosyan.eplang-syntax
    • Alternatively, the extension can be installed via marketplace
  • Reload VSCode

Troubleshooting

File a bug on the Github repository.

References