Urara-Blog/node_modules/.pnpm-store/v3/files/17/1bf20c9369db88e5b5c7a47eeeb466581adf72b385f3eccbe69b844342741ecfc97f576ad5d8ece7308ee53eb61b22d63b9c8202eca5ddaf43c17bff82002d
2022-08-14 01:14:53 +08:00

1 line
No EOL
347 B
Text

Prism.languages.prolog={comment:{pattern:/\/\*[\s\S]*?\*\/|%.*/,greedy:!0},string:{pattern:/(["'])(?:\1\1|\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1(?!\1)/,greedy:!0},builtin:/\b(?:fx|fy|xf[xy]?|yfx?)\b/,function:/\b[a-z]\w*(?:(?=\()|\/\d+)/,number:/\b\d+(?:\.\d*)?/,operator:/[:\\=><\-?*@\/;+^|!$.]+|\b(?:is|mod|not|xor)\b/,punctuation:/[(){}\[\],]/};