import 'codemirror/mode/nginx/nginx';
import 'codemirror/mode/php/php';
import 'codemirror/mode/powershell/powershell';
+import 'codemirror/mode/properties/properties';
import 'codemirror/mode/python/python';
import 'codemirror/mode/ruby/ruby';
import 'codemirror/mode/rust/rust';
haskell: 'haskell',
hs: 'haskell',
html: 'htmlmixed',
+ ini: 'text/x-ini',
javascript: 'javascript',
json: {name: 'javascript', json: true},
js: 'javascript',
ml: 'mllike',
nginx: 'nginx',
powershell: 'powershell',
+ properties: 'text/x-properties',
ocaml: 'mllike',
php: 'php',
py: 'python',