prolog icon indicating copy to clipboard operation
prolog copied to clipboard

Add missing syntax highlighter

Open iHiD opened this issue 3 years ago • 3 comments

We need a Syntax Highlighter for Prolog that works with CodeMirror6.

There is some introductory discussion on this issue: https://github.com/exercism/exercism/issues/5801

iHiD avatar Mar 21 '22 19:03 iHiD

Please do check SWISH https://www.swi-prolog.org/IDE.html It's similar, as mentioned in the page. Is it still a requirement?

cpmachado avatar Feb 01 '24 15:02 cpmachado

https://github.com/SWI-Prolog/swish/blob/24fb445b90bd158de20f19b2cd30ef3ec3f6bf79/web/css/editor.css#L13 etc

(cc @ErikSchierboom @dem4ron)

iHiD avatar Feb 01 '24 15:02 iHiD

https://github.com/SWI-Prolog/swish/blob/24fb445b90bd158de20f19b2cd30ef3ec3f6bf79/web/js/codemirror/mode/prolog/prolog.js

ErikSchierboom avatar Feb 02 '24 07:02 ErikSchierboom