prolog.vim
prolog.vim copied to clipboard
Prolog Integration for Vim
Results
2
prolog.vim issues
Sort by
recently updated
recently updated
newest added
SWI Prolog has a [dictionary](http://www.swi-prolog.org/pldoc/man?section=dicts) construct that breaks syntax highlighting when using dot-syntax to index a dictionary, e.g. `MyDictionary.field`. I might have a look into this if I get some...
Good work, only found that predicates consisting of [.-:=] characters can break the syntax a bit. :- op( 220, xfy, .. ). :- op( 220, xfy, .==. ). :- A...