Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonkrauter/geany-nim-filetype
- Owner: simonkrauter
- Created: 2019-02-05T17:40:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T16:16:07.000Z (about 5 years ago)
- Last Synced: 2024-10-25T09:15:23.737Z (about 2 months ago)
- Homepage:
- Size: 67.4 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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