No description
  • C++ 95.8%
  • Makefile 3.2%
  • C 1%
Find a file
2020-03-09 07:47:05 +01:00
.gitignore Initial commit with Jam lexer 2018-11-02 22:14:27 +01:00
common.h Update to ILexer5 2020-03-09 07:47:05 +01:00
LexJam.cxx Update to ILexer5 2020-03-09 07:47:05 +01:00
LexYAB.cxx Update to ILexer5 2020-03-09 07:47:05 +01:00
LICENSE Add LICENSE and installation info 2018-11-02 23:14:27 +01:00
Makefile Build using C++17 standard 2019-05-08 09:52:43 +02:00
README.md Add LICENSE and installation info 2018-11-02 23:14:27 +01:00

Scintilla Haiku lexers

Scintilla lexers for Haiku specific file types.

Compiling

Before this project can be compiled, it needs lexlib directory from Scintilla. Then run make all (make will not work).

It also requires makefile-engine (installed by default in Haiku).

Installation

Lexers should be added to any data directory in scintilla/lexers (for example /system/data/scintilla/lexers).

Applications should look for these lexers there.