Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 16 Jun 2024 09:27:19 UTC Commit: a597d08555a6263035ae68f509b9f9f37e0a42d5 https://github.com/geany/geany-plugins/commit/a597d08555a6263035ae68f509b9f9...
Log Message: ----------- geniuspaste: Add dpaste.com
Modified Paths: -------------- geniuspaste/data/Makefile.am geniuspaste/data/dpaste.com.conf
Modified: geniuspaste/data/Makefile.am 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -4,6 +4,7 @@ plugin = geniuspaste pastebinsdir = $(plugindatadir)/pastebins dist_pastebins_DATA = \ codepad.org.conf \ + dpaste.com.conf \ dpaste.org.conf \ fpaste.org.conf \ pastebin.geany.org.conf \
Modified: geniuspaste/data/dpaste.com.conf 89 lines changed, 89 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,89 @@ +[pastebin] +name=dpaste.com +url=https://dpaste.com/api/v2/ + +[format] +content=%contents% +title=%title% +syntax=%language% +#expiry_days=%expire_days% +poster=%user% + +[parse] + +[defaults] +language=plain +expire_days=7 + +# map GeanyFileType=PastebinFileType +[languages] +ActionScript=actionscript +Ada=ada +Arduino=arduino +AutoIt=autoit +Batch=batch +BibTeX=bibtex +CAML=ocaml +C=c +C++=cpp +C#=csharp +Clojure=clojure +CMake=cmake +COBOL=cobol +CoffeeScript=coffeescript +Conf=ini +CSS=css +CUDA=cuda +Cython=cython +D=d +Diff=diff +Docbook=xml +Erlang=erlang +F77=fortran +Forth=forth +Fortran=fortran +GDScript=gdscript +GLSL=glsl +Go=go +Graphviz=graphviz +Groovy=groovy +Haskell=haskell +Haxe=haxe +HTML=html +Java=java +Javascript=js +JSON=json +Julia=julia +Kotlin=kotlin +Lisp=common-lisp +Lua=lua +Make=make +Markdown=md +Matlab/Octave=octave +Meson=meson +Nim=nimrod +NSIS=nsis +Objective-C=objective-c +Perl=perl +PHP=php +Po=pot +PowerShell=powershell +Python=python +reStructuredText=rst +Raku=perl6 +Ruby=rb +Rust=rust +Scala=scala +Sh=bash +Smalltalk=smalltalk +SQL=sql +Swift=swift +Tcl=tcl +TypeScript=ts +Vala=vala +Verilog=verilog +VHDL=vhdl +XML=xml +YAML=yaml +Zephir=zephir +None=text
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org