Skip to content

Commit

Permalink
(chore) more import below metadata comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jun 12, 2020
1 parent 74de6ea commit b1bce6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/languages/ini.js
@@ -1,5 +1,3 @@
import * as regex from '../lib/regex.js';

/*
Language: TOML, also INI
Description: TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics.
Expand All @@ -8,6 +6,8 @@ Category: common, config
Website: https://github.com/toml-lang/toml
*/

import * as regex from '../lib/regex.js';

export default function(hljs) {
var NUMBERS = {
className: 'number',
Expand Down

0 comments on commit b1bce6e

Please sign in to comment.