%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/webmin/unauthenticated/js/highlight/languages/ |
Upload File : |
/*! `elm` grammar compiled for Highlight.js 11.7.0 */ (()=>{var e=(()=>{"use strict";return e=>{const n={ variants:[e.COMMENT("--","$"),e.COMMENT(/\{-/,/-\}/,{contains:["self"]})]},i={ className:"type",begin:"\\b[A-Z][\\w']*",relevance:0},s={begin:"\\(",end:"\\)", illegal:'"',contains:[{className:"type", begin:"\\b[A-Z][\\w]*(\\((\\.\\.|,|\\w+)\\))?"},n]};return{name:"Elm", keywords:["let","in","if","then","else","case","of","where","module","import","exposing","type","alias","as","infix","infixl","infixr","port","effect","command","subscription"], contains:[{beginKeywords:"port effect module",end:"exposing", keywords:"port effect module where command subscription exposing", contains:[s,n],illegal:"\\W\\.|;"},{begin:"import",end:"$", keywords:"import as exposing",contains:[s,n],illegal:"\\W\\.|;"},{begin:"type", end:"$",keywords:"type alias",contains:[i,s,{begin:/\{/,end:/\}/, contains:s.contains},n]},{beginKeywords:"infix infixl infixr",end:"$", contains:[e.C_NUMBER_MODE,n]},{begin:"port",end:"$",keywords:"port",contains:[n] },{className:"string",begin:"'\\\\?.",end:"'",illegal:"." },e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,i,e.inherit(e.TITLE_MODE,{ begin:"^[_a-z][\\w']*"}),n,{begin:"->|<-"}],illegal:/;/}}})() ;hljs.registerLanguage("elm",e)})();