1[pastebin]
2name=fpaste.org
3url=https://paste.fedoraproject.org/api/paste/submit
4content-type=application/json
5
6[format]
7contents=%contents%
8language=%language%
9title=%title%
10
11# Optional stuff
12
13# expiration date in UNIX timestamp
14#expiry_time=1453355837
15# Password for accessing the paste
16#password=password123
17
18[parse]
19search="url" *: *"([^"]+)"
20replace=\1
21
22# map GeanyFileType=PastebinFileType
23[languages]
24# based off the list on the pastebin's web frontend
25CMake=cmake
26CoffeeScript=coffeescript
27CSS=css
28D=d
29Diff=diff
30Elm=elm
31Erlang=erlang
32Factor=factor
33F77=fortran
34Fortran=fortran
35Go=go
36Haskell=haskell
37HTML=htmlmixed
38Javascript=javascript
39Jinja2=jinja2
40Markdown=markdown
41Matlab/Octave=octave
42PHP=php
43Python=python
44RPM=rpm
45Ruby=ruby
46Rust=rust
47SASS=sass
48Sh=shell
49Smalltalk=smalltalk
50SQL=sql
51Swift=swift
52Verilog=verilog
53VHDL=vhdl
54XML=xml
55YAML=yaml
56