Skip to content

Commit 7280e3b

Browse files
committed
syntax highlight の定義の更新
1 parent 72656bc commit 7280e3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

theme/highlight.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ var hljs=function(){"use strict";function e(n){Object.freeze(n)
11201120
'#check #check_failure #eval #reduce #print ' +
11211121
'#guard #guard_msgs #synth ' +
11221122
'section namespace end infix infixl infixr postfix prefix notation abbrev ' +
1123-
'declare_syntax_cat ',
1123+
'declare_syntax_cat grind_pattern ',
11241124
built_in:
11251125
'Type Prop|10 Sort rw|10 rewrite rwa erw subst substs ' +
11261126
'simp dsimp simpa simp_intros finish using generalizing ' +
@@ -1137,7 +1137,8 @@ var hljs=function(){"use strict";function e(n){Object.freeze(n)
11371137
'fail_if_success success_if_fail guard_target guard_hyp ' +
11381138
'have replace at suffices show from ' +
11391139
'congr congr_n congr_arg norm_num ring omega ' +
1140-
'exists ext fail native_decide decide change obtain ',
1140+
'exists ext fail native_decide decide change obtain ' +
1141+
'fun_induction fun_cases grind ',
11411142
literal:
11421143
'true false',
11431144
meta:

0 commit comments

Comments
 (0)