exelotl / textadept-ooc

ooc syntax highlighting for the Textadept editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textadept-ooc

A basic ooc lexer for the textadept editor.

Installation

  1. Copy ooc.lua to the ~/.textadept/lexers directory
  2. Add the following to your ~/.textadept/init.lua script:
-- file associations
textadept.file_types.extensions.ooc = "ooc"
textadept.file_types.extensions.use = "ooc"

-- support for ctrl+/ to comment out lines
textadept.editing.comment_string.ooc = '//' 

About

ooc syntax highlighting for the Textadept editor


Languages

Language:Lua 100.0%