nystudio107 /
craft-code-field
| 1 | <?php |
||
| 2 | |||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 3 | return [ |
||
| 4 | ['value' => 'abap', 'label' => 'Abap'], |
||
| 5 | ['value' => 'aes', 'label' => 'Aes'], |
||
| 6 | ['value' => 'apex', 'label' => 'Apex'], |
||
| 7 | ['value' => 'azcli', 'label' => 'Azure CLI'], |
||
| 8 | ['value' => 'bat', 'label' => 'BAT'], |
||
| 9 | ['value' => 'bicep', 'label' => 'Bicep'], |
||
| 10 | ['value' => 'c', 'label' => 'C'], |
||
| 11 | ['value' => 'cameligo', 'label' => 'Cameligo'], |
||
| 12 | ['value' => 'clojure', 'label' => 'Clojure'], |
||
| 13 | ['value' => 'coffeescript', 'label' => 'CoffeeScript'], |
||
| 14 | ['value' => 'cpp', 'label' => 'C++'], |
||
| 15 | ['value' => 'csharp', 'label' => 'C#'], |
||
| 16 | ['value' => 'csp', 'label' => 'CSP'], |
||
| 17 | ['value' => 'css', 'label' => 'CSS'], |
||
| 18 | ['value' => 'cypher', 'label' => 'Cypher'], |
||
| 19 | ['value' => 'dart', 'label' => 'Dart'], |
||
| 20 | ['value' => 'dockerfile', 'label' => 'Dockerfile'], |
||
| 21 | ['value' => 'ecl', 'label' => 'ECL'], |
||
| 22 | ['value' => 'elixir', 'label' => 'Elixir'], |
||
| 23 | ['value' => 'flow9', 'label' => 'Flow9'], |
||
| 24 | ['value' => 'freemarker2', 'label' => 'Freemarker2'], |
||
| 25 | ['value' => 'fsharp', 'label' => 'F#'], |
||
| 26 | ['value' => 'go', 'label' => 'Go'], |
||
| 27 | ['value' => 'graphql', 'label' => 'GraphQL'], |
||
| 28 | ['value' => 'handlebars', 'label' => 'Handlebars'], |
||
| 29 | ['value' => 'hcl', 'label' => 'HCL'], |
||
| 30 | ['value' => 'html', 'label' => 'HTML'], |
||
| 31 | ['value' => 'ini', 'label' => 'INI'], |
||
| 32 | ['value' => 'java', 'label' => 'Java'], |
||
| 33 | ['value' => 'javascript', 'label' => 'JavaScript'], |
||
| 34 | ['value' => 'json', 'label' => 'JSON'], |
||
| 35 | ['value' => 'julia', 'label' => 'Julia'], |
||
| 36 | ['value' => 'kotlin', 'label' => 'Kotlin'], |
||
| 37 | ['value' => 'less', 'label' => 'Less'], |
||
| 38 | ['value' => 'lexon', 'label' => 'Lexon'], |
||
| 39 | ['value' => 'liquid', 'label' => 'Liquid'], |
||
| 40 | ['value' => 'lua', 'label' => 'Lua'], |
||
| 41 | ['value' => 'm3', 'label' => 'M3'], |
||
| 42 | ['value' => 'markdown', 'label' => 'Markdown'], |
||
| 43 | ['value' => 'mips', 'label' => 'Mips'], |
||
| 44 | ['value' => 'msdax', 'label' => 'MsDax'], |
||
| 45 | ['value' => 'mysql', 'label' => 'MySQL'], |
||
| 46 | ['value' => 'objective-c', 'label' => 'Objective-C'], |
||
| 47 | ['value' => 'pascal', 'label' => 'Pascal'], |
||
| 48 | ['value' => 'pascaligo', 'label' => 'Pascaligo'], |
||
| 49 | ['value' => 'perl', 'label' => 'Perl'], |
||
| 50 | ['value' => 'pgsql', 'label' => 'PgSQL'], |
||
| 51 | ['value' => 'php', 'label' => 'PHP'], |
||
| 52 | ['value' => 'pla', 'label' => 'PLA'], |
||
| 53 | ['value' => 'plaintext', 'label' => 'Plain Text'], |
||
| 54 | ['value' => 'postiats', 'label' => 'Pstiats'], |
||
| 55 | ['value' => 'powerquery', 'label' => 'PowerQuery'], |
||
| 56 | ['value' => 'powershell', 'label' => 'PowerShell'], |
||
| 57 | ['value' => 'proto', 'label' => 'Proto'], |
||
| 58 | ['value' => 'pug', 'label' => 'Pug'], |
||
| 59 | ['value' => 'python', 'label' => 'Python'], |
||
| 60 | ['value' => 'qsharp', 'label' => 'Q#'], |
||
| 61 | ['value' => 'r', 'label' => 'R'], |
||
| 62 | ['value' => 'razor', 'label' => 'Razor'], |
||
| 63 | ['value' => 'redis', 'label' => 'Redis'], |
||
| 64 | ['value' => 'redshift', 'label' => 'Redshift'], |
||
| 65 | ['value' => 'restructuredtext', 'label' => 'Restructured Text'], |
||
| 66 | ['value' => 'ruby', 'label' => 'Ruby'], |
||
| 67 | ['value' => 'rust', 'label' => 'Rust'], |
||
| 68 | ['value' => 'sb', 'label' => 'SB'], |
||
| 69 | ['value' => 'scala', 'label' => 'Scala'], |
||
| 70 | ['value' => 'scheme', 'label' => 'Scheme'], |
||
| 71 | ['value' => 'scss', 'label' => 'SCSS'], |
||
| 72 | ['value' => 'shell', 'label' => 'Shell'], |
||
| 73 | ['value' => 'sol', 'label' => 'Sol'], |
||
| 74 | ['value' => 'sparql', 'label' => 'SparQL'], |
||
| 75 | ['value' => 'sql', 'label' => 'SQL'], |
||
| 76 | ['value' => 'st', 'label' => 'ST'], |
||
| 77 | ['value' => 'swift', 'label' => 'Swift'], |
||
| 78 | ['value' => 'systemverilog', 'label' => 'System Verilog'], |
||
| 79 | ['value' => 'tcl', 'label' => 'TCL'], |
||
| 80 | ['value' => 'twig', 'label' => 'Twig'], |
||
| 81 | ['value' => 'typescript', 'label' => 'TypeScript'], |
||
| 82 | ['value' => 'vb', 'label' => 'Visual Basic'], |
||
| 83 | ['value' => 'verilog', 'label' => 'Verilog'], |
||
| 84 | ['value' => 'xml', 'label' => 'XML'], |
||
| 85 | ['value' => 'yaml', 'label' => 'YAML'], |
||
| 86 | ]; |
||
| 87 |