Skip to content

MarsBlessed/FarColorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FarColorer

FarColorer is a syntax highlighting plugin for FAR Manager.

Downloads

To get the latest Colorer, install the latest FarManager. Nightly builds of FarManager have night build of FarColorer.

FarColorer is included in FAR Manager since about build 3200, so just update FAR Manager to get latest releases.

Check F9 - Options - Plugins configuration - FarColorer

It only works for (F4)Edit, (F3)View is not supported, as there is no API. but you can type in the console clr:name_of_file This launches the built-in viewer colorer.

How to build from source

To build plugin from source, you will need:

  • Visual Studio 2010 or higher
  • git
  • cmake 2.8.9 or higher

Download the source from git repository:

cd src
git clone https://github.com/colorer/FarColorer.git --recursive

or update git repository:

git pull
git submodule update --recursive

From src/FarColorer/scripts call

nmake_build.cmd

The built binaries will be in build/FarColorer/x86 or x64

Links

About

Syntax highlighting plugin for FAR Manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.1%
  • C 2.9%
  • CMake 1.8%
  • NSIS 1.6%
  • Lua 1.4%
  • Assembly 0.7%
  • Batchfile 0.5%