ST2-ComputerCraft-Package icon indicating copy to clipboard operation
ST2-ComputerCraft-Package copied to clipboard

Sublime Text 2 syntax highlighting and code completion package for ComputerCraft

Results 3 ST2-ComputerCraft-Package issues
Sort by recently updated
recently updated
newest added

I am unfamiliar with how to add these to Sublime Text, some brief documentation on how to use this in the ReadMe would be nice.

In the current version of the package, nothing gets highlighted. It all appears as plain text, even though ComputerCraft is selected as the language.

Reintend function fails with something like this ``` local function foo() local options = { parent = group, text = text, x = centerX, y = centerY, width = 100,...