• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

monkey-x

Syntax highlighting and snippets for the monkey-x programming language.
  • #monkey
  • #monkey-x
  • #game programming language
frameland
0.1.0 302
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

monkey-x package

This is a direct port from the TextMate package. It includes syntax highlighting and snippets for core language constructs and standard libraries.

If you want to use custom snippets, it's best to put them in your custom file. Chose the Atom Menu, then Snippets and a file will open. The syntax for snippets is like the code below:

".source.monkey"
	"DrawCircle":
		prefix: 'DrawCircle'
		body: 'DrawCircle(${1:x}, ${2:y}, ${3:radius})$0'
	"DrawRect":
		prefix: 'DrawRect'
		body: 'DrawRect(${1:x}, ${2:y}, ${3:width}, ${4:height})$0'

For more info and how to further improve Atom for Monkey-X visit the official forums: monkey

Thread on monkey-x forums

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by