https://github.com/vmchale/futhark-syntastic-vim
Syntastic integration for Futhark
https://github.com/vmchale/futhark-syntastic-vim
futhark syntastic syntax-highlighting vim vimscript
Last synced: 24 days ago
JSON representation
Syntastic integration for Futhark
- Host: GitHub
- URL: https://github.com/vmchale/futhark-syntastic-vim
- Owner: vmchale
- License: bsd-3-clause
- Archived: true
- Created: 2020-07-26T17:04:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T00:53:38.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T23:17:18.063Z (3 months ago)
- Topics: futhark, syntastic, syntax-highlighting, vim, vimscript
- Language: Vim script
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Syntastic](https://github.com/vim-syntastic/syntastic) integration for
[Futhark](https://futhark-lang.org/).# Use
With [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'vmchale/futhark-syntastic-vim'
```