Commit f4872d8
File tree
5 files changed
+5
-5
lines changed- tool
- vendor
5 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Submodule highlight.js updated 91 files
- .Rhistory
- .gitignore+1
- .jshintrc+4
- .travis.yml+10-1
- AUTHORS.en.txt+3-1
- CHANGES.md+69-1
- README.md+26-15
- demo/demo.js+2
- docs/api.rst+30-1
- docs/conf.py+2-2
- docs/css-classes-reference.rst+2-2
- docs/language-guide.rst+7-4
- docs/reference.rst+2-1
- package-lock.json+100-20
- package.json+8-3
- src/highlight.js+160-41
- src/languages/arduino.js+1-1
- src/languages/cpp.js+9-9
- src/languages/css.js+62-41
- src/languages/ebnf.js+11-4
- src/languages/elixir.js+65-1
- src/languages/gml.js+1-1
- src/languages/go.js+1-1
- src/languages/javascript.js+34-1
- src/languages/kotlin.js+1-1
- src/languages/makefile.js+3-11
- src/languages/mercury.js+1
- src/languages/objectivec.js+16-11
- src/languages/powershell.js+207-236
- src/languages/python.js+3
- src/languages/scss.js+23-6
- src/languages/sql.js+3-4
- src/languages/xml.js+42-4
- src/styles/atom-one-dark-reasonable.css-2
- src/styles/darcula.css-3
- src/styles/foundation.css+2-1
- src/styles/gml.css+1-1
- src/styles/gradient-dark.css+122
- src/styles/hopscotch.css+1
- src/styles/isbl-editor-light.css+1-2
- src/styles/lightfair.css+1
- src/styles/magula.css+1-1
- src/styles/mono-blue.css-3
- src/styles/monokai.css+2-1
- src/styles/purebasic.css+1-1
- src/styles/shades-of-purple.css+1-2
- test/browser/plain.js+28-13
- test/builds/package.js+11
- test/builds/rollup_import_via_commonjs.js+16
- test/fixtures/expect/explicit2.txt+1-1
- test/markup/cpp/preprocessor.expect.txt+6
- test/markup/cpp/preprocessor.txt+6
- test/markup/css/sample.expect.txt+45
- test/markup/css/sample.txt+45
- test/markup/ebnf/quote-symbols.expect.txt+8
- test/markup/ebnf/quote-symbols.txt+8
- test/markup/ebnf/terminators.expect.txt+3
- test/markup/ebnf/terminators.txt+3
- test/markup/ebnf/underscore-production.expect.txt+1
- test/markup/ebnf/underscore-production.txt+1
- test/markup/elixir/sigils.expect.txt+23
- test/markup/elixir/sigils.txt+23
- test/markup/elixir/strings.expect.txt+4
- test/markup/elixir/strings.txt+4
- test/markup/elixir/uppercase-string-sigil.expect.txt+17
- test/markup/elixir/uppercase-string-sigil.txt+17
- test/markup/go/strings.expect.txt+7
- test/markup/go/strings.txt+7
- test/markup/index.js+4
- test/markup/javascript/jsdoc.expect.txt+17
- test/markup/javascript/jsdoc.txt+17
- test/markup/kotlin/string.expect.txt+2-1
- test/markup/kotlin/string.txt+2-1
- test/markup/objectivec/preprocessor.expect.txt+19
- test/markup/objectivec/preprocessor.txt+19
- test/markup/objectivec/string-literals.expect.txt+7
- test/markup/objectivec/string-literals.txt+7
- test/markup/powershell/classes.expect.txt+57
- test/markup/powershell/classes.txt+57
- test/markup/powershell/misc.expect.txt+35
- test/markup/powershell/misc.txt+35
- test/markup/python/f-strings.expect.txt+2
- test/markup/python/f-strings.txt+2
- test/markup/sql/string-types.expect.txt+5
- test/markup/sql/string-types.txt+5
- test/markup/twig/template_tags.expect.txt+2-2
- test/markup/xml/document-type-variations.expect.txt+38
- test/markup/xml/document-type-variations.txt+38
- test/parser/index.js+1
- test/parser/look-ahead-end-matchers.js+31
- tools/developer.html+2
0 commit comments