aigis-marked
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -32,3 +32,4 @@ var Highlights = require('highlights'); | ||
erb: 'text.html.erb', ruby: 'source.ruby', rhtml: 'text.html.ruby', 'html.erb': 'text.html.ruby', | ||
sh: 'source.shell', shell: 'source.shell', bash: 'source.shell', ksh: 'source.shell', zsh: 'source.shell', | ||
sh: 'source.shell', shell: 'text-shell-session', bash: 'source.shell', ksh: 'source.shell', zsh: 'source.shell', | ||
sql: 'source.sql', ddl: 'source.sql', dml: 'source.sql', pgsql: 'source.sql', | ||
@@ -35,0 +36,0 @@ txt: 'text.plain', text: 'text.plain', todo: 'text.todo', toml: 'source.toml', |
{ | ||
"name": "aigis-marked", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Custom markdown renderer for aigis used with marked.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9013