Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.11 KB

RmlUi Lua Syntax for Sublime Text

RmlUi Lua syntax definition for Sublime Text 4. Supports Lua scripting inside HTML files and the custom RCSS tags.

Syntax is loaded from both .rml and .rcss files.

Dependencies

Sublime Text 4 build 4075 or higher.

Installation

Package Control

  1. Install Package Control into Sublime Text. Instructions
  2. Search for the RmlUi Lua Syntax package and install it. Instructions

Manually

  1. Go to your Packages subdirectory under the Sublime Text data directory:

    • OS X: ~/Library/Application\ Support/Sublime\ Text/Packages/
    • Linux: ~/.config/sublime-text/Packages/
    • Windows: %APPDATA%\Sublime Text\Packages\
  2. Clone this repository there:

     git clone https://github.com/LoneBoco/rmlui-sublime.git
    
Note

If you upgraded from Sublime Text 3, your data directory may be Sublime Text 3.

License

This project is licensed under the MIT license. For the full text of the license, see the LICENSE file.