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

https://github.com/kutsan/vim-fetlang

Vim runtime files for Fetlang, the fetish-themed programming language. Makes syntax highlighting possible for vim when writing fetlang files.
https://github.com/kutsan/vim-fetlang

fetlang vim vim-plugin

Last synced: about 1 year ago
JSON representation

Vim runtime files for Fetlang, the fetish-themed programming language. Makes syntax highlighting possible for vim when writing fetlang files.

Awesome Lists containing this project

README

          

# `vim-fetlang` [![vint](https://github.com/kutsan/vim-fetlang/workflows/vint/badge.svg?branch=master)](https://github.com/kutsan/vim-fetlang/actions?query=workflow%3Avint)

Vim language support for [Fetlang](https://github.com/Property404/fetlang), the fetish-themed programming language.

![](https://user-images.githubusercontent.com/10108377/38704049-b45aadae-3ead-11e8-9ecf-3c0756254c29.png)

## Installation

Use your favorite plugin manager, e.g. [vim-plug](https://github.com/junegunn/vim-plug):

```vim
Plug 'kutsan/vim-fetlang'
```

## Features

- **Syntax** highlighting support.
- **Compiler** support. Use `:make` to compile current file.

## License

GPL-3.0