/geany-nim-filetype

Geany configuration file to support the Nim programming language

Notice: Geany has got integrated Nim support, so this repo is now obsolete.

This configuration file adds syntax highlighting support for the Nim programming language in the Geany text editor.

Installation

  1. Copy the file filetypes.Nim.conf to your ~/.config/geany/filedefs/ directory.
  2. In the file ~/.config/geany/filetype_extensions.conf: Insert the following line under the section [Extensions]:
Nim=*.nim;
  1. Open a .nim file in Geany :)

Screenshot

Theme: Simple Dark

License

All files in this repository are licensed under the MIT License.
Copyright 2019 Simon Krauter