syntax-propertize-precompile-rules

syntax-propertize-precompile-rules is a Lisp macro in `syntax.el'.

(syntax-propertize-precompile-rules &rest RULES)

Return a precompiled form of RULES to pass to `syntax-propertize-rules'.
The arg RULES can be of the same form as in `syntax-propertize-rules'.
The return value is an object that can be passed as a rule to
`syntax-propertize-rules'.
I.e. this is useful only when you want to share rules among several
`syntax-propertize-function's.