فهرست منبع

[notebook] Set scala highligthing for spark snippets

Romain Rigaux 10 سال پیش
والد
کامیت
c7f6d14
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -960,7 +960,7 @@ from desktop.views import _ko
       aceMode: 'ace/mode/r',
       snippetImage: '${ static("spark/art/icon_spark_48.png") }'
     },
-    scala: {
+    spark: {
       placeHolder: '${ _("Example: 1 + 1, or press CTRL + space") }',
       aceMode: 'ace/mode/scala',
       snippetImage: '${ static("spark/art/icon_spark_48.png") }'