Skip to content

Commit b1bce6e

Browse files
committed
(chore) more import below metadata comment
1 parent 74de6ea commit b1bce6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/languages/ini.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import * as regex from '../lib/regex.js';
2-
31
/*
42
Language: TOML, also INI
53
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
86
Website: https://github.com/toml-lang/toml
97
*/
108

9+
import * as regex from '../lib/regex.js';
10+
1111
export default function(hljs) {
1212
var NUMBERS = {
1313
className: 'number',

0 commit comments

Comments
 (0)