Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nwrenger/modern-assembly-analyzer
- Owner: nwrenger
- License: mit
- Created: 2023-09-04T15:01:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T19:31:39.000Z (6 months ago)
- Last Synced: 2024-11-24T20:39:47.166Z (30 days ago)
- Topics: language-configuration, modern-assembly, visual-studio-code
- Homepage:
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).