summary refs log blame commit diff stats
path: root/nimsuggest/tests/tsetter_highlight.nim
blob: e7388c7982d37aeb636c04c697ad3f38da8cf975 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                              
proc `a=`(a, b: int) = discard
10.a = 1000#[!]#

discard """
$nimsuggest --tester $file
>highlight $1
highlight;;skProc;;1;;6;;2
highlight;;skType;;1;;16;;3
highlight;;skProc;;2;;5;;1
"""