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.