Add syntax=fasm to FASM files
[rrq/jonasforth.git] / main.asm
index 1a41bb9a2c1dc30f1050200a9e724a56885eff47..183264c8a47d25ee0bce07677da5456da6385882 100644 (file)
--- a/main.asm
+++ b/main.asm
@@ -1,3 +1,5 @@
+;; vim: syntax=fasm
+
 format ELF64 executable
 
 ;; The code in this macro is placed at the end of each Forth word. When we are