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.
- Host: GitHub
- URL: https://github.com/kutsan/vim-fetlang
- Owner: kutsan
- License: gpl-3.0
- Created: 2018-01-26T17:26:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T03:52:35.000Z (about 3 years ago)
- Last Synced: 2025-04-30T03:49:26.232Z (about 1 year ago)
- Topics: fetlang, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `vim-fetlang` [](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.

## 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