Sha256: 4feb9c067f280350c59d0733c18cfd7ce43ca4eeee3f5d175ffe516dc7559710

Contents?: true

Size: 826 Bytes

Versions: 7

Compression:

Stored size: 826 Bytes

Contents

Prism.languages.csharp = Prism.languages.extend('clike', {
	'keyword': /\b(abstract|as|base|bool|break|byte|case|catch|char|checked|class|const|continue|decimal|default|delegate|do|double|else|enum|event|explicit|extern|false|finally|fixed|float|for|foreach|goto|if|implicit|in|int|interface|internal|is|lock|long|namespace|new|null|object|operator|out|override|params|private|protected|public|readonly|ref|return|sbyte|sealed|short|sizeof|stackalloc|static|string|struct|switch|this|throw|true|try|typeof|uint|ulong|unchecked|unsafe|ushort|using|virtual|void|volatile|while|add|alias|ascending|async|await|descending|dynamic|from|get|global|group|into|join|let|orderby|partial|remove|select|set|value|var|where|yield)\b/g,
	'string': /@?("|')(\\?.)*?\1/g,
	'preprocessor': /^\s*#.*/gm,
	'number': /\b-?(0x)?\d*\.?\d+\b/g
});

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyhyhy-1.0.0 lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js
hyhyhy-0.0.9 lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js
hyhyhy-0.0.8 lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js
hyhyhy-0.0.7 lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js
hyhyhy-0.0.6 lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js
hyhyhy-0.0.5 lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js
hyhyhy-0.0.4 lib/hyhyhy/structure/_includes/prism/components/prism-csharp.js