Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nwrenger/modern-assembly-analyzer

The LC for the modern assemly programming language.
https://github.com/nwrenger/modern-assembly-analyzer

language-configuration modern-assembly visual-studio-code

Last synced: 26 days ago
JSON representation

The LC for the modern assemly programming language.

Awesome Lists containing this project

README

        

# Modern Assembly Language Analyzer: LC Extension for VS Code

[![Issues](https://img.shields.io/github/issues/nwrenger/modern-assembly-analyzer)](https://github.com/nwrenger/modern-assembly-analyzer/issues)
[![License](https://img.shields.io/github/license/nwrenger/modern-assembly-analyzer)](https://github.com/nwrenger/modern-assembly-analyzer/blob/main/LICENSE)

## Overview

The Modern Assembly Language Analyzer is an LC (Language Configuration) extension designed to enhance the development experience in Visual Studio Code for the [Modern Assembly language](https://github.com/BoettcherDasOriginal/modern-assembly). It will provide code highlighting and auto completion for Modern Assembly developers.

⚠ Modern Assembly is at an early development stage. Don't expect everything to work smoothly ⚠

## Features

- Syntax Highlighting: Gain a clearer understanding of your code structure.
- Auto Completion: Auto completes qutoes,...

## Installation

1. Install Visual Studio Code from [here](https://code.visualstudio.com/).
2. Open the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
3. Search for "modern-assembly-analyzer" and install it.

## Usage

1. Open a .ma file or a Modern Assembly project in VS Code.
2. The extension should automatically activate, providing syntax highlighting and auto completion.

## Configuration

For advanced configuration options, please consult the extension's settings section in VS Code.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/nwrenger/modern-assembly-analyzer/blob/main/LICENSE) file for details.

## Acknowledgments

This LC extension is built to complement the [Modern Assembly language](https://github.com/BoettcherDasOriginal/modern-assembly).