From b09fb04c57bddd8620d6bf36040edebeb6608600 Mon Sep 17 00:00:00 2001 From: Will Lillis Date: Tue, 23 Jul 2024 19:06:35 -0400 Subject: [PATCH] Add asm-lsp usage to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 12feed2..c1d3d72 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,8 @@ fn main() { _ = comp_data; } ``` + +## Usage in the Wild + +- [asm-lsp](https://github.com/bergercookie/asm-lsp): Used to provide inline error +diagnostics and accurate include directory searches