File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3434 "@codemirror/lang-json" : " ^6.0.0" ,
3535 "@codemirror/lang-less" : " ^6.0.1" ,
3636 "@codemirror/lang-lezer" : " ^6.0.0" ,
37+ "@codemirror/lang-liquid" : " ^6.0.1" ,
3738 "@codemirror/lang-markdown" : " ^6.1.0" ,
3839 "@codemirror/lang-php" : " ^6.0.0" ,
3940 "@codemirror/lang-python" : " ^6.1.0" ,
4344 "@codemirror/lang-vue" : " ^0.1.1" ,
4445 "@codemirror/lang-wast" : " ^6.0.0" ,
4546 "@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" ,
4849 "@nextjournal/lang-clojure" : " ^1.0.0" ,
4950 "@replit/codemirror-lang-csharp" : " ^6.1.0" ,
5051 "@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';
1616import { cpp } from '@codemirror/lang-cpp' ;
1717import { lezer } from '@codemirror/lang-lezer' ;
1818import { php } from '@codemirror/lang-php' ;
19+ import { liquid } from '@codemirror/lang-liquid' ;
1920import { wast } from '@codemirror/lang-wast' ;
2021import { vue } from '@codemirror/lang-vue' ;
2122import { angular } from '@codemirror/lang-angular' ;
@@ -189,6 +190,7 @@ export const langs = {
189190 q : ( ) => StreamLanguage . define ( q ) ,
190191 sas : ( ) => StreamLanguage . define ( sas ) ,
191192 sass : ( ) => sass ( ) ,
193+ liquid : ( ) => liquid ( ) ,
192194 mermaid : ( ) => mermaid ( ) ,
193195 nix : ( ) => nix ( ) ,
194196 svelte : ( ) => svelte ( ) ,
You can’t perform that action at this time.
0 commit comments