Skip to content

steventroughtonsmith/lua-xclangspec

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

lua-xclangspec

This adds syntax highlighting for Lua source files to Xcode. Packaged for Xcode 9.2 from original repo at https://github.com/bastos/lua-xcode-coloring.

Installation

Setup script

Run the following command in your terminal:

./setup.sh

Manual installation

Please note that if you are running Xcode 8 the Plug-ins and Specifications directories might not exist.

  • Copy the Lua.ideplugindirectory to~/Library/Developer/Xcode/Plug-ins/`:

     cp -r Lua.ideplugin ~/Library/Developer/Xcode/Plug-ins/
    
  • Copy the Lua.xclangspec file to ~/Library/Developer/Xcode/Specifications:

     cp Lua.xclangspec ~/Library/Developer/Xcode/Specifications/
    

About

Xcode Syntax Highlighting for Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages