Skip to content

Commit

Permalink
update codemirror update script
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 13, 2024
1 parent c83bd40 commit a74a37b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/update-codemirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ unzip-strip /tmp/codemirror.zip buildroot-external/overlay/WebUI-raspmatic/www/w
patch -p1 -d buildroot-external/overlay/WebUI-raspmatic/www/webui/js/extern/codemirror <<'EOF'
--- codemirror/mode/clike/clike.js.orig 2022-01-18 10:36:39.293844757 +0100
+++ codemirror/mode/clike/clike.js 2022-01-18 10:35:32.751543181 +0100
@@ -932,4 +932,126 @@
@@ -932,4 +933,127 @@
}
});
Expand Down Expand Up @@ -120,7 +120,8 @@ patch -p1 -d buildroot-external/overlay/WebUI-raspmatic/www/webui/js/extern/code
+ "iarNone iarRead iarWrite iarCreate iarChange iarExecute iarFullAccess " +
+ "OPERATOR_NONE OPERATOR_AND OPERATOR_OR OPERATOR_XOR " +
+ "iufNone iufVisible iufInternal iufReadyState iufOperated iufVirtualChn " +
+ "iufReadable iufWriteable iufEventable iufAll"
+ "iufReadable iufWriteable iufEventable iufAll" +
+ "soAsc soDesc stAlpha stNatural"
+ ),
+ indentStatements: false,
+ indentSwitch: false,
Expand Down

0 comments on commit a74a37b

Please # to comment.