Skip to content

sec0ndhand/crbasic-sublime-textmate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

crbasic-sublime-textmate

A TextMate (and Sublime Text) bundle for CRBasic.

Overview

Provides basic syntax highlighting for CRBasic programs using TextMate. It currently has support for a limited set of datalogger instructions, but there is support for control syntax, sub routine and variable declarations, and other basic syntax.

Currently Campbell Scientific's CRBasic Editor is only available for Windows. I created this plugin so that Mac users could view and make basic edits to preexisting datalogger programs. It is not intended as a replacement for the CRBasic Editor.

Installation

TextMate, and most editors that support TextMate bundles, allow the installation of bundles simply by extracting an archive or cloning the repository into the application's bundle directory. This bundle is no different. Below is a list of common bundle directories.

Sublime Text

CRBasic can be installed in a variety of ways in Sublime Text:

  • Through Package Control http://wbond.net/sublime_packages/package_control

  • Open Package Control

  • Select 'Install Package'

  • Find and select 'CRBasic'

  • By cloning this repository in Packages cd into your Packages folder git clone git@github.com:djenniex/crbasic-sublime-textmate.git .

  • By downloading the files and placing them in a directory under Packages, such as CRBasic or User

If you don't put the files in Packages/User (you can, but probably shouldn't), make sure they live in Packages/CRBasic.

TextMate

/Library/Application Support/TextMate/Bundles

TextMate 2

You can install this bundle in TextMate 2 by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you.

Credits

CRBasic Syntax was originally created by beerlington

Contributing

  • Fork the project.
  • Use topic branch.
  • Make pull request.

About

CRBasic syntax highlight for Sublime Text/Textmate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published