We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74de6ea commit b1bce6eCopy full SHA for b1bce6e
src/languages/ini.js
@@ -1,5 +1,3 @@
1
-import * as regex from '../lib/regex.js';
2
-
3
/*
4
Language: TOML, also INI
5
Description: TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics.
@@ -8,6 +6,8 @@ Category: common, config
8
6
Website: https://github.com/toml-lang/toml
9
7
*/
10
+import * as regex from '../lib/regex.js';
+
11
export default function(hljs) {
12
var NUMBERS = {
13
className: 'number',
0 commit comments