소스 검색

[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") }'