Skip to content

Instantly share code, notes, and snippets.

@jerviscui
Last active November 3, 2020 06:51
Show Gist options
  • Save jerviscui/4a522f4d3637e1f325fbf179a2053324 to your computer and use it in GitHub Desktop.
Save jerviscui/4a522f4d3637e1f325fbf179a2053324 to your computer and use it in GitHub Desktop.
VS extension viasfora setting config file.
<?xml version="1.0" encoding="utf-8"?>
<viasfora>
<KeywordClassifierEnabled>False</KeywordClassifierEnabled>
<FlowControlKeywordsEnabled>False</FlowControlKeywordsEnabled>
<VisibilityKeywordsEnabled>False</VisibilityKeywordsEnabled>
<QueryKeywordsEnabled>False</QueryKeywordsEnabled>
<FlowControlUseItalics>False</FlowControlUseItalics>
<EscapeSequencesEnabled>True</EscapeSequencesEnabled>
<CurrentLineHighlightEnabled>False</CurrentLineHighlightEnabled>
<CurrentColumnHighlightEnabled>False</CurrentColumnHighlightEnabled>
<CurrentColumnHighlightStyle>FullBorder</CurrentColumnHighlightStyle>
<HighlightLineWidth>1.4</HighlightLineWidth>
<PresentationModeEnabled>True</PresentationModeEnabled>
<PresentationModeDefaultZoom>100</PresentationModeDefaultZoom>
<PresentationModeEnabledZoom>150</PresentationModeEnabledZoom>
<PresentationModeIncludeEnvFonts>False</PresentationModeIncludeEnvFonts>
<ModelinesEnabled>False</ModelinesEnabled>
<ModelinesNumLines>5</ModelinesNumLines>
<DeveloperMarginEnabled>True</DeveloperMarginEnabled>
<AutoExpandRegions>No</AutoExpandRegions>
<BoldAsItalicsEnabled>False</BoldAsItalicsEnabled>
<TextObfuscationRegexes>[]</TextObfuscationRegexes>
<TelemetryEnabled>True</TelemetryEnabled>
<RainbowDepth>4</RainbowDepth>
<RainbowTagsEnabled>True</RainbowTagsEnabled>
<RainbowColorize>True</RainbowColorize>
<RainbowCtrlTimer>300</RainbowCtrlTimer>
<RainbowHighlightMode>TrackNextScope</RainbowHighlightMode>
<RainbowHighlightKey>RightCtrl</RainbowHighlightKey>
<RainbowToolTipsEnabled>False</RainbowToolTipsEnabled>
<RainbowColoringMode>Unified</RainbowColoringMode>
<RainbowLinesEnabled>True</RainbowLinesEnabled>
<RainbowLinesMode>All</RainbowLinesMode>
<XmlnsPrefixEnabled>True</XmlnsPrefixEnabled>
<XmlCloseTagEnabled>False</XmlCloseTagEnabled>
<XmlMatchTagsEnabled>True</XmlMatchTagsEnabled>
<Cpp_ControlFlow>if, else, while, do, for, each, switch, break, continue, return, goto, throw</Cpp_ControlFlow>
<Cpp_Linq />
<Cpp_Visibility>public, private, protected, internal, friend</Cpp_Visibility>
<Cpp_Enabled>True</Cpp_Enabled>
<CSharp_ControlFlow>if, else, while, do, for, foreach, switch, break, continue, return, goto, throw, yield</CSharp_ControlFlow>
<CSharp_Linq>select, let, where, join, orderby, group, by, on, equals, into, from, descending, ascending</CSharp_Linq>
<CSharp_Visibility>public, private, protected, internal</CSharp_Visibility>
<CSharp_Enabled>True</CSharp_Enabled>
<CSS_ControlFlow />
<CSS_Linq />
<CSS_Visibility />
<CSS_Enabled>True</CSS_Enabled>
<Fortran_ControlFlow>if, then, end if, endif, else, call, return, do, end do, enddo, while, select, end select</Fortran_ControlFlow>
<Fortran_Linq />
<Fortran_Visibility>public, private</Fortran_Visibility>
<Fortran_Enabled>True</Fortran_Enabled>
<FSharp_ControlFlow>if, then, elif, else, match, with, for, do, to, done, while, rec, failwith, yield</FSharp_ControlFlow>
<FSharp_Linq>query, select, seq</FSharp_Linq>
<FSharp_Visibility>public, private, internal</FSharp_Visibility>
<FSharp_Enabled>True</FSharp_Enabled>
<JScript_ControlFlow>if, else, while, do, for, switch, break, continue, return, throw</JScript_ControlFlow>
<JScript_Linq>in, with</JScript_Linq>
<JScript_Visibility />
<JScript_Enabled>True</JScript_Enabled>
<JSON_ControlFlow />
<JSON_Linq />
<JSON_Visibility />
<JSON_Enabled>True</JSON_Enabled>
<MPL_ControlFlow>call, loop, if, ucall, uif</MPL_ControlFlow>
<MPL_Linq />
<MPL_Visibility />
<MPL_Enabled>True</MPL_Enabled>
<PowerShell_ControlFlow>for, while, foreach, if, else, elseif, do, break, continue, exit, return, until, switch</PowerShell_ControlFlow>
<PowerShell_Linq />
<PowerShell_Visibility />
<PowerShell_Enabled>True</PowerShell_Enabled>
<Python_ControlFlow>break, continue, if, elif, else, for, raise, return, while, yield</Python_ControlFlow>
<Python_Linq>from, in</Python_Linq>
<Python_Visibility />
<Python_Enabled>True</Python_Enabled>
<R_ControlFlow>if, else, for, while, repeat, switch, return, next, break</R_ControlFlow>
<R_Linq>apply, in</R_Linq>
<R_Visibility />
<R_Enabled>True</R_Enabled>
<Sql_ControlFlow>begin, end, break, continue, goto, if, else, then, return, throw, try, catch, waitfor, while</Sql_ControlFlow>
<Sql_Linq>select, update, insert, delete, merge</Sql_Linq>
<Sql_Visibility>public, external</Sql_Visibility>
<Sql_Enabled>True</Sql_Enabled>
<TypeScript_ControlFlow>if, else, while, do, for, switch, break, continue, return, throw</TypeScript_ControlFlow>
<TypeScript_Linq>in, with</TypeScript_Linq>
<TypeScript_Visibility>export, public, private</TypeScript_Visibility>
<TypeScript_Enabled>True</TypeScript_Enabled>
<U-SQL_ControlFlow />
<U-SQL_Linq>select, extract, process, reduce, combine, produce, using, output, from</U-SQL_Linq>
<U-SQL_Visibility>readonly</U-SQL_Visibility>
<U-SQL_Enabled>True</U-SQL_Enabled>
<VB_ControlFlow>goto, resume, throw, exit, stop, do, loop, for, next, for each, with, choose, if, then, else, select, case, switch, call, return, while</VB_ControlFlow>
<VB_Linq>aggregate, distinct, equals, from, in, group, join, let, order, by, skip, take, where</VB_Linq>
<VB_Visibility>friend, public, private, protected</VB_Visibility>
<VB_Enabled>True</VB_Enabled>
<XLANGs_ControlFlow />
<XLANGs_Linq />
<XLANGs_Visibility />
<XLANGs_Enabled>True</XLANGs_Enabled>
<Xpp_ControlFlow>if, else, while, do, for, switch, break, continue, return, throw, pause, next</Xpp_ControlFlow>
<Xpp_Linq>select, where, sum, outer, order, like, join, group, from, exists, count, avg</Xpp_Linq>
<Xpp_Visibility>public, private, protected</Xpp_Visibility>
<Xpp_Enabled>True</Xpp_Enabled>
</viasfora>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment