jaspervdj / patat

Terminal-based presentations using Pandoc
GNU General Public License v2.0
2.37k stars 60 forks source link

Add syntaxDefinitions to settings #140

Closed jaspervdj closed 11 months ago

jaspervdj commented 11 months ago

This allows users to add custom kate highlighting XML files in the settings:

---
patat:
  syntaxDefinitions:
  - 'impurescript.xml'
...

Here is some *im*purescript:

```impurescript
...
```

See also #105