Comparing version 0.9.13 to 0.9.14
@@ -268,2 +268,3 @@ import { IRawThemeSetting, IRawGrammar, IRawTheme } from 'vscode-textmate'; | ||
declare function fetchTheme(themePath: string): Promise<IShikiTheme>; | ||
declare function toShikiTheme(rawTheme: IRawTheme): IShikiTheme; | ||
@@ -273,2 +274,2 @@ /** @deprecated use setWasm instead, will be removed in a future version */ | ||
export { languages as BUNDLED_LANGUAGES, themes as BUNDLED_THEMES, FontStyle, Highlighter, HighlighterOptions, HtmlRendererOptions, ILanguageRegistration, IShikiTheme, IThemeRegistration, IThemedToken, Lang, Theme, getHighlighter, fetchTheme as loadTheme, renderToHtml, setCDN, setOnigasmWASM, setWasm }; | ||
export { languages as BUNDLED_LANGUAGES, themes as BUNDLED_THEMES, FontStyle, Highlighter, HighlighterOptions, HtmlRendererOptions, ILanguageRegistration, IShikiTheme, IThemeRegistration, IThemedToken, Lang, Theme, getHighlighter, fetchTheme as loadTheme, renderToHtml, setCDN, setOnigasmWASM, setWasm, toShikiTheme }; |
@@ -670,3 +670,3 @@ { | ||
{ | ||
"match": "(?<![-_])(?i:assign|external|prototype|organization|indexed|column|plus|line\\*s*sequential|sequential|access|dynamic|relative|label|block|contains|standard|records|record\\s+key|record|is|alternate|duplicates|reel|tape|terminal|disk\\sfilename|disk|disc|recording\\smode|mode|random)(?=\\s|\\.)", | ||
"match": "(?<![-_])(?i:assign|external|prototype|organization|organisation|indexed|column|plus|line\\*s*sequential|sequential|access|dynamic|relative|label|block|contains|standard|records|record\\s+key|record|is|alternate|duplicates|reel|tape|terminal|disk\\sfilename|disk|disc|recording\\smode|mode|random)(?=\\s|\\.)", | ||
"name": "keyword.identifers.cobol" | ||
@@ -673,0 +673,0 @@ }, |
{ | ||
"name": "shiki", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"description": "shiki", | ||
@@ -5,0 +5,0 @@ "author": "Pine Wu <octref@gmail.com>", |
@@ -29,11 +29,2 @@ { | ||
"foreground": "#d19a66" | ||
}, | ||
"variable:c": { | ||
"foreground": "#abb2bf" | ||
}, | ||
"variable:cpp": { | ||
"foreground": "#abb2bf" | ||
}, | ||
"variable:cs": { | ||
"foreground": "#abb2bf" | ||
} | ||
@@ -1344,3 +1335,3 @@ }, | ||
"settings": { | ||
"foreground": "#abb2bf" | ||
"foreground": "#e06c75" | ||
} | ||
@@ -1851,3 +1842,3 @@ }, | ||
"settings": { | ||
"foreground": "#abb2bf" | ||
"foreground": "#e06c75" | ||
} | ||
@@ -1904,2 +1895,3 @@ }, | ||
"editor.foreground": "#abb2bf", | ||
"editorHoverWidget.highlightForeground": "#61afef", | ||
"editorInlayHint.foreground": "#abb2bf", | ||
@@ -1906,0 +1898,0 @@ "editorInlayHint.background": "#2c313c", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
7940132
217013