Link to hackasm vim file from readme

master
Felix Martin 2020-11-15 14:42:49 -05:00
parent 16fa19d034
commit f2a0b6d531
1 changed files with 1 additions and 1 deletions

View File

@ -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.