# fennel.vim **Repository Path**: mirrors_Olical/fennel.vim ## Basic Information - **Project Name**: fennel.vim - **Description**: Syntax highlighting for Fennel - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-31 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fennel.vim > THIS HAS BEEN MERGED INTO THE [ANISEED REPOSITORY](https://github.com/Olical/aniseed) > > So you should just install [Aniseed](https://github.com/Olical/aniseed) alongside [Conjure](https://github.com/Olical/conjure) instead of this plugin. > This fork is intended to incorporate PR's and improvements targeting the main repository as well as add support for [Aniseed's](https://github.com/Olical/aniseed) macros for use in Aniseed itself. Aniseed will bundle this syntax highlighting in as part of the plugin. Vim highlighting for [Fennel](https://fennel-lang.org), heavily modified from vim-clojure-static. # Install with Vundle ``` Plugin 'Olical/fennel.vim' ``` # Install with vim-plug ``` Plug 'Olical/fennel.vim' ``` Installation should work with any pathogen compatible set up.