Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.31 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.31 KB

Chapel.tmbundle

This is a Textmate bundle that will eventually contain a set of tools for doing Chapel development in Textmate. For now it only supports simple syntax highlighting, but more advanced tools will come.

Chapel is a new parallel programming language being developed by Cray Inc. as part of the DARPA-led High Productivity Computing Systems program (HPCS). Chapel is designed to improve the productivity of high-end computer users while also serving as a portable parallel programming model that can be used on commodity clusters or desktop multicore systems. Chapel strives to vastly improve the programmability of large-scale parallel computers while matching or beating the performance and portability of current programming models like MPI. Read more at: http://chapel.cray.com

Installation Instructions

Download the .tar.gz for this project. Unarchive it, then rename the resulting folder from Chapel-tmbundle to Chapel.tmbundle, and double-click it to have Textmate install it for you.

Notes

The original author of this Textmate bundle is bholt. The Chapel team maintains the keywords and very basic syntax in order to support syntax highlighting on Github. The bundle itself is not tested or used with Textmate, as far as we know.