@@ -220,7 +220,7 @@ impl SyntaxHighlighterAdapter for SyntaxHighlighter {
220
220
let code =match options. lang {
221
221
"postgresql" |"sql" |"postgresql-line-nums" =>{
222
222
lazy_static ! {
223
- static refSQL_KEYS : [ & ' static str ; 61 ] =[
223
+ static refSQL_KEYS : [ & ' static str ; 66 ] =[
224
224
"CASCADE" ,
225
225
"INNER " ,
226
226
"ON " ,
@@ -288,7 +288,7 @@ impl SyntaxHighlighterAdapter for SyntaxHighlighter {
288
288
"pgml.predict" ,
289
289
"pgml.transform" ,
290
290
] ;
291
- static refSQL_KEYS_REPLACEMENTS : [ & ' static str ; 61 ] =[
291
+ static refSQL_KEYS_REPLACEMENTS : [ & ' static str ; 66 ] =[
292
292
"<span class=\" syntax-highlight\" >CASCADE</span>" ,
293
293
"<span class=\" syntax-highlight\" >INNER </span>" ,
294
294
"<span class=\" syntax-highlight\" >ON </span>" ,
@@ -346,6 +346,11 @@ impl SyntaxHighlighterAdapter for SyntaxHighlighter {
346
346
"<strong>pgml.norm_l2</strong>" ,
347
347
"<span class=\" syntax-highlight\" >CONCURRENTLY</span>" ,
348
348
"<span class=\" syntax-highlight\" >ON</span>\n " ,
349
+ "<span class=\" syntax-highlight\" >VALUES</span>" ,
350
+ "<span class=\" syntax-highlight\" >@@</span>" ,
351
+ "<span class=\" syntax-highlight\" >=></span>" ,
352
+ "<span class=\" syntax-highlight\" >GENERATED ALWAYS AS</span>" ,
353
+ "<span class=\" syntax-highlight\" >STORED</span>" ,
349
354
"<span class=\" syntax-highlight\" >IF NOT EXISTS</span>" ,
350
355
"<strong>pgml.train</strong>" ,
351
356
"<strong>pgml.predict</strong>" ,