Provide Perl 6 syntax highlighting

This commit is contained in:
Konrad Borowski 2019-10-12 23:46:01 +02:00
parent 51fcec38ee
commit ce8d784657
2 changed files with 1442 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const languagesMap = new Map([
['jsx', [() => import('codemirror/mode/jsx/jsx'), 'text/jsx']],
['markdown', [() => import('codemirror/mode/markdown/markdown'), 'text/x-markdown']],
['perl', [() => import('codemirror/mode/perl/perl'), 'text/x-perl']],
['perl6', [() => { }, 'text/x-perl6']],
['perl6', [() => import('./perl6.js'), 'text/x-perl6']],
['php', [() => import('codemirror/mode/php/php'), 'application/x-httpd-php']],
['plain-text', [() => { }, 'text/plain']],
['postgresql', [() => import('codemirror/mode/sql/sql'), 'text/x-pgsql']],

File diff suppressed because it is too large Load Diff