Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CristianEdit/objetos.py
diff options
context:
space:
mode:
Diffstat (limited to 'CristianEdit/objetos.py')
-rw-r--r--CristianEdit/objetos.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/CristianEdit/objetos.py b/CristianEdit/objetos.py
index 59b6e10..1ca840e 100644
--- a/CristianEdit/objetos.py
+++ b/CristianEdit/objetos.py
@@ -222,6 +222,9 @@ class Buffer(GtkSource.Buffer):
if 'text/' in tipo:
tipo = tipo.replace('text/', '')
+
+ if tipo == 'shellscript':
+ tipo = 'sh'
lenguaje = self.lenguaje_manager.get_language(tipo)