GameMonkey Script.INI 968 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ;PSPad user HighLighter definition file
  2. [Settings]
  3. Name=GameMonkey Script
  4. HTMLGroup=0
  5. Label=0
  6. FileType=*.gm
  7. CommentString=
  8. SlashComment=1
  9. CComment=1
  10. SlashComment=1
  11. IndentChar=
  12. UnIndentChar=
  13. TabWidth=2
  14. CaseSensitive=1
  15. SingleQuote=1
  16. DoubleQuote=1
  17. KeyWordChars=_
  18. CodeExplorer=ftUnknown
  19. [KeyWords]
  20. [ReservedWords]
  21. and=
  22. break=
  23. continue=
  24. dowhile=
  25. else=
  26. false=
  27. for=
  28. foreach=
  29. function=
  30. global=
  31. if=
  32. in=
  33. local=
  34. member=
  35. null=
  36. or=
  37. return=
  38. table=
  39. this=
  40. true=
  41. while=
  42. [KeyWords2]
  43. assert=
  44. block=
  45. debug=
  46. doString=
  47. exit=
  48. format=
  49. globals=
  50. print=
  51. signal=
  52. sleep=
  53. stateGet=
  54. stateGetLast=
  55. stateSet=
  56. stateSetExitFunction=
  57. stateSetOnThread=
  58. sysCollectGarbage=
  59. sysGetDesiredMemoryUsage=
  60. sysGetMemoryUsage=
  61. sysSetDesiredMemoryUsage=
  62. sysTime=
  63. tableCount=
  64. tableDuplicate=
  65. thread=
  66. threadId=
  67. threadIds=
  68. threadKill=
  69. threadKillAll=
  70. threadTime=
  71. typeId=
  72. typeName=
  73. typeRegisterOperator=
  74. typeRegisterVariable=
  75. yield=
  76. [KeyWords3]