-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddb7ff1
commit 37ea438
Showing
7 changed files
with
576 additions
and
550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
const common = require("./common-syntax") | ||
const markdown = require("./markdown-syntax") | ||
const css = require("./css-syntax") | ||
const diff = require("./diff-syntax") | ||
const global = require("./global-syntax") | ||
const git = require("./git-gutter") | ||
const html = require("./html-syntax") | ||
const ini = require("./ini-syntax") | ||
const javascript = require("./javascript-syntax") | ||
const json = require("./json-syntax") | ||
const markdown = require("./markdown-syntax") | ||
const javascript = require("./javascript-syntax") | ||
const typescript = require("./typescript-syntax") | ||
const vue = require("./vue-syntax") | ||
const php = require("./php-syntax") | ||
const python = require("./python-syntax") | ||
const sql = require("./sql-syntax") | ||
const python = require("./python-syntax") | ||
const ini = require("./ini-syntax") | ||
const git = require("./git-gutter") | ||
const sublimelinter = require("./sublimelinter") | ||
const typescript = require("./typescript-syntax") | ||
const vue = require("./vue-syntax") | ||
const diff = require("./diff-syntax") | ||
|
||
module.exports = [ | ||
common, | ||
markdown, | ||
css, | ||
diff, | ||
global, | ||
git, | ||
html, | ||
ini, | ||
javascript, | ||
json, | ||
markdown, | ||
javascript, | ||
typescript, | ||
vue, | ||
php, | ||
python, | ||
sql, | ||
python, | ||
ini, | ||
git, | ||
sublimelinter, | ||
typescript, | ||
vue | ||
diff, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters