User Tools

Site Tools


base:syntax_highligthing_acme_vim
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


base:syntax_highligthing_acme_vim [2015-04-17 04:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +==== Syntax highlighting for ACME in vim ====
  
 +by Bitbreaker/Nuance^Metalvotze
 +
 +first, you need some rules that do the highlighting for you, that will be placed in ~./vim/syntax/acme.vim -> {{:base:acme_vim.tar.gz|}}
 +
 +in .vimrc you need then to append the following line to automatically highlight .asm files:
 +<code>
 +autocmd BufNewFile,BufRead *.asm set syntax=acme.vim
 +</code>
base/syntax_highligthing_acme_vim.txt · Last modified: 2015-04-17 04:34 by 127.0.0.1