---input---
#else
#end
#endif
###
@ 	12345
@@ 	67890

---tokens---
'#else'       Comment.Preproc
'\n'          Text.Whitespace

'#end'        Comment.Preproc
'\n'          Text.Whitespace

'#endif'      Comment.Preproc
'\n'          Text.Whitespace

'###'         Comment.Preproc
'\n'          Text.Whitespace

'@ \t12345'   Comment.Preproc
'\n'          Text.Whitespace

'@@ \t67890'  Comment.Preproc
'\n'          Text.Whitespace
