Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonkrauter/geany-nim-filetype

Geany configuration file to support the Nim programming language
https://github.com/simonkrauter/geany-nim-filetype

Last synced: 11 days ago
JSON representation

Geany configuration file to support the Nim programming language

Awesome Lists containing this project

README

        

**Notice: Geany has got [integrated Nim support](https://github.com/geany/geany/blob/master/data/filedefs/filetypes.Nim.conf), so this repo is now obsolete.**

This configuration file adds syntax highlighting support for the [Nim](https://nim-lang.org/) programming language in the [Geany](https://www.geany.org/) 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]`:
```txt
Nim=*.nim;
```
3. Open a `.nim` file in Geany :)

Screenshot
----------

Theme: [Simple Dark](https://github.com/trustable-code/Xfce-Simple-Dark)

License
-------

All files in this repository are licensed under the [MIT License](https://opensource.org/licenses/MIT).

Copyright 2019 Simon Krauter