@@ -220,7 +220,7 @@ impl SyntaxHighlighterAdapter for SyntaxHighlighter {
220220let code =match options. lang {
221221"postgresql" |"sql" |"postgresql-line-nums" =>{
222222lazy_static ! {
223- static refSQL_KEYS : [ & ' static str ; 61 ] =[
223+ static refSQL_KEYS : [ & ' static str ; 66 ] =[
224224"CASCADE" ,
225225"INNER " ,
226226"ON " ,
@@ -288,7 +288,7 @@ impl SyntaxHighlighterAdapter for SyntaxHighlighter {
288288"pgml.predict" ,
289289"pgml.transform" ,
290290] ;
291- static refSQL_KEYS_REPLACEMENTS : [ & ' static str ; 61 ] =[
291+ static refSQL_KEYS_REPLACEMENTS : [ & ' static str ; 66 ] =[
292292"<span class=\" syntax-highlight\" >CASCADE</span>" ,
293293"<span class=\" syntax-highlight\" >INNER </span>" ,
294294"<span class=\" syntax-highlight\" >ON </span>" ,
@@ -346,6 +346,11 @@ impl SyntaxHighlighterAdapter for SyntaxHighlighter {
346346"<strong>pgml.norm_l2</strong>" ,
347347"<span class=\" syntax-highlight\" >CONCURRENTLY</span>" ,
348348"<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>" ,
349354"<span class=\" syntax-highlight\" >IF NOT EXISTS</span>" ,
350355"<strong>pgml.train</strong>" ,
351356"<strong>pgml.predict</strong>" ,