nanorc 740 B

12345678910111213141516171819
  1. # vim: set filetype=nanorc:
  2. set autoindent
  3. set casesensitive
  4. set boldtext
  5. set mouse
  6. set noconvert
  7. set tabsize 4
  8. set tabstospaces
  9. # PaoTin++ 语法高亮设置
  10. syntax "PaoTin" "\.(tin)$"
  11. icolor yellow "#nop .*"
  12. icolor cyan "#\<(|un)(act(|i(|o(|n)))|ali(|a(|s))|tic(|k(|e(|r)))|var(|i(|a(|b(|l(|e)))))|del(|a(|y))|gag|tab|but(|t(|o(|n)))|eve(|n(|t))|fun(|c(|t(|i(|o(|n)))))|hig(|h(|l(|i(|g(|h(|t))))))|mac(|r(|o))|pat(|h(|d(|i(|r))))|pro(|m(|p(|t)))|sub(|s(|t(|i(|t(|u(|t(|e))))))))\>"
  13. icolor cyan "#\<(echo|show(|m(|e))|cat|regex|local|replace|unlocal)\>"
  14. icolor green "#\<(if|elseif|else|break|continue|return|switch|case|default|while|foreach|loop|match|parse)\>"
  15. color magenta "[(){}]" "\[" "\]"
  16. color brightblue start="/\*" end="\*/"