summary refs log tree commit diff stats
path: root/tests/alias
Commit message (Expand)AuthorAgeFilesLines
* test case for #2245Roger Shi2015-09-091-2/+3
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-7/+7
* new tester; all tests categorizedAraq2014-01-131-0/+66
d44f6b8db053e4814351fbf04fefb7d7cf'>b3cdcdd4 ^
1
2
3
4
5
6
7
8
                        





                                                                   
                                                       
syntax sync minlines=999

function! HighlightMuInArc()
  set ft=mu
  syntax keyword muHack begin | highlight link muHack CommentedCode
  syntax match muHack "[()]" | highlight link muHack CommentedCode
endfunction
autocmd BufRead,BufNewFile *.mu call HighlightMuInArc()