Commit ce4c2c4e0901b9e34074914059a3c956d368553a
Committed by
Sergio Oliveira
1 parent
eac7c637
Exists in
master
and in
39 other branches
Change default text type of Paste
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/colab/custom_settings.py
@@ -306,6 +306,7 @@ DPASTE_EXPIRE_CHOICES = ( | @@ -306,6 +306,7 @@ DPASTE_EXPIRE_CHOICES = ( | ||
306 | DPASTE_EXPIRE_DEFAULT = DPASTE_EXPIRE_CHOICES[4][0] | 306 | DPASTE_EXPIRE_DEFAULT = DPASTE_EXPIRE_CHOICES[4][0] |
307 | DPASTE_DEFAULT_GIST_DESCRIPTION = 'Gist created on Colab Interlegis' | 307 | DPASTE_DEFAULT_GIST_DESCRIPTION = 'Gist created on Colab Interlegis' |
308 | DPASTE_DEFAULT_GIST_NAME = 'colab_paste' | 308 | DPASTE_DEFAULT_GIST_NAME = 'colab_paste' |
309 | +DPASTE_LEXER_DEFAULT = 'text' | ||
309 | 310 | ||
310 | try: | 311 | try: |
311 | from local_settings import * | 312 | from local_settings import * |