https://github.com/adimit/prolog.vim
Prolog Integration for Vim
https://github.com/adimit/prolog.vim
Last synced: 7 months ago
JSON representation
Prolog Integration for Vim
- Host: GitHub
- URL: https://github.com/adimit/prolog.vim
- Owner: adimit
- Created: 2008-10-02T16:49:45.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T10:16:10.000Z (over 3 years ago)
- Last Synced: 2025-02-15T16:42:32.050Z (over 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 15.6 KB
- Stars: 93
- Watchers: 6
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-prolog - prolog.vim - Prolog integration for Vim. (Text Editor Extensions)
README
# Prolog integration for Vim
Prolog is lacking any sort of functional IDE, besides maybe the Emacs-integration that comes with SWI and Sicstus. Vim has traditionally not been a good editor for Prolog. In fact, it is close to being nothing more than a plain text editor for Prolog.
These files seek to change this. Copy them into your `$VIM_RUNTIME` or just `~/.vim`, preserving the directory structure.
The files are public domain.
## Maintenance
Note: I am no longer using Vim, or Prolog on a regular basis. Therefore I can no longer improve this package, but I will accept patches. (June 2014)
## Feature Highlights
- Accounts for pretty much all of Prolog syntax (including DCGs)
- Syntactical hints for folding
- Accounts for the full set of ISO built-in predicates and operators
- Also features the full set of SWI built-ins.
- gorgeous fruit-salad-fu for your Prolog