Skip to content

Provides syntax highlighting in Atom + snippets for the monkey-x programming language.

Notifications You must be signed in to change notification settings

frameland/atom-monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provides syntax highlighting in Atom + snippets for the monkey-x programming language.

Resources

Stars

Watchers

Forks

Packages

No packages published