mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: PowerShell highlighter
This commit is contained in:
parent
09a8813a97
commit
a737ed112a
1 changed files with 15 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<UniHighlighter version="1.8">
|
||||
<Info>
|
||||
<General Name="Power Shell" Extensions="ps1,psm1,psd1" Other="0"/>
|
||||
<General Name="PowerShell" Extensions="ps1,psm1,psd1" Other="0"/>
|
||||
<Author Name="" Email="" Web="" Copyright="" Company="" Remark=""/>
|
||||
<Version Version="1" Revision="0" Date="45023.8674616204"/>
|
||||
<Version Version="1" Revision="0" Date="45024.9890724884"/>
|
||||
<History>
|
||||
</History>
|
||||
<Sample>
|
||||
|
|
@ -1783,7 +1783,19 @@
|
|||
<Word Value="Write-Verbose"/>
|
||||
<Word Value="Write-Warning"/>
|
||||
</Keywords>
|
||||
<Range Name="Strings ".."" Attributes="255,16777215;True:True." Style=""
|
||||
<Range Name="Strings @'..'@" Attributes="255,16777215;False:True." Style=""
|
||||
Delimiters="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~">
|
||||
<Rule OpenSymbol="@'" CloseSymbol="'@"/>
|
||||
</Range>
|
||||
<Range Name="Strings @".."@" Attributes="255,16777215;False:True." Style=""
|
||||
Delimiters="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~">
|
||||
<Rule OpenSymbol="@"" OpenSymbolPartOfTerm="Right" CloseSymbol=""@" CloseSymbolPartOfTerm="False"/>
|
||||
</Range>
|
||||
<Range Name="Strings '..'" Attributes="255,16777215;False:True." Style=""
|
||||
Delimiters="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~">
|
||||
<Rule OpenSymbol="'" CloseSymbol="'"/>
|
||||
</Range>
|
||||
<Range Name="Strings ".."" Attributes="255,16777215;False:True." Style=""
|
||||
Delimiters="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~">
|
||||
<Rule OpenSymbol=""" OpenSymbolPartOfTerm="Right" CloseSymbol=""" CloseSymbolPartOfTerm="False"/>
|
||||
</Range>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue