From f2a0b6d531997064835787a59026f8f337ad75eb Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Sun, 15 Nov 2020 14:42:49 -0500 Subject: [PATCH] Link to hackasm vim file from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2898952..5a2220d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ emulator by executing `./tools/CPUEmulator.sh`. You can then open the script located in `./projects/04/fill` or `./projects/04/mult`. I have created a Vim syntax file for the Hack assembly language. Copy the file -`hackasm.vim` from the vim directory into your Vim installation's syntax +[hackasm](vim/hackasm.vim) from the vim directory into your Vim installation's syntax directory. You can then set the filetype to hackasm by running `:set ft=hackasm` from within Vim, and you should see highlighting as shown on the following screenshot.