File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 34
34
"@codemirror/lang-json" : " ^6.0.0" ,
35
35
"@codemirror/lang-less" : " ^6.0.1" ,
36
36
"@codemirror/lang-lezer" : " ^6.0.0" ,
37
+ "@codemirror/lang-liquid" : " ^6.0.1" ,
37
38
"@codemirror/lang-markdown" : " ^6.1.0" ,
38
39
"@codemirror/lang-php" : " ^6.0.0" ,
39
40
"@codemirror/lang-python" : " ^6.1.0" ,
43
44
"@codemirror/lang-vue" : " ^0.1.1" ,
44
45
"@codemirror/lang-wast" : " ^6.0.0" ,
45
46
"@codemirror/lang-xml" : " ^6.0.0" ,
46
- "@codemirror/language-data" : " ^ 6.0.0" ,
47
- "@codemirror/legacy-modes" : " ^ 6.0.0" ,
47
+ "@codemirror/language-data" : " >= 6.0.0" ,
48
+ "@codemirror/legacy-modes" : " >= 6.0.0" ,
48
49
"@nextjournal/lang-clojure" : " ^1.0.0" ,
49
50
"@replit/codemirror-lang-csharp" : " ^6.1.0" ,
50
51
"@replit/codemirror-lang-nix" : " ^6.0.1" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import { rust } from '@codemirror/lang-rust';
16
16
import { cpp } from '@codemirror/lang-cpp' ;
17
17
import { lezer } from '@codemirror/lang-lezer' ;
18
18
import { php } from '@codemirror/lang-php' ;
19
+ import { liquid } from '@codemirror/lang-liquid' ;
19
20
import { wast } from '@codemirror/lang-wast' ;
20
21
import { vue } from '@codemirror/lang-vue' ;
21
22
import { angular } from '@codemirror/lang-angular' ;
@@ -189,6 +190,7 @@ export const langs = {
189
190
q : ( ) => StreamLanguage . define ( q ) ,
190
191
sas : ( ) => StreamLanguage . define ( sas ) ,
191
192
sass : ( ) => sass ( ) ,
193
+ liquid : ( ) => liquid ( ) ,
192
194
mermaid : ( ) => mermaid ( ) ,
193
195
nix : ( ) => nix ( ) ,
194
196
svelte : ( ) => svelte ( ) ,
You can’t perform that action at this time.
0 commit comments