Skip to content

Commit

Permalink
Added a user-defined language for Notepad++
Browse files Browse the repository at this point in the history
  • Loading branch information
GregVernon committed Sep 7, 2017
1 parent e26abc1 commit 6abe1b4
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions src/pfiUDL
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<NotepadPlus>
<UserLang name="PFI Input" ext="" udlVersion="2.1">
<Settings>
<Global caseIgnored="no" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="yes" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00# 01 02 03 04</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
<Keywords name="Numbers, extras1"></Keywords>
<Keywords name="Numbers, extras2"></Keywords>
<Keywords name="Numbers, suffix1"></Keywords>
<Keywords name="Numbers, suffix2"></Keywords>
<Keywords name="Numbers, range">:</Keywords>
<Keywords name="Operators1">( ) : * + - / ^ ceil floor</Keywords>
<Keywords name="Operators2">=</Keywords>
<Keywords name="Folders in code1, open">BEGIN</Keywords>
<Keywords name="Folders in code1, middle"></Keywords>
<Keywords name="Folders in code1, close">END</Keywords>
<Keywords name="Folders in code2, open"></Keywords>
<Keywords name="Folders in code2, middle"></Keywords>
<Keywords name="Folders in code2, close"></Keywords>
<Keywords name="Folders in comment, open"></Keywords>
<Keywords name="Folders in comment, middle"></Keywords>
<Keywords name="Folders in comment, close"></Keywords>
<Keywords name="Keywords1">BEGIN&#x000D;&#x000A;END</Keywords>
<Keywords name="Keywords2">title&#x000D;&#x000A;description&#x000D;&#x000A;&quot;output filename&quot;&#x000D;&#x000A;&quot;log filename&quot;&#x000D;&#x000A;&quot;active step&quot;&#x000D;&#x000A;&quot;output initial step&quot;&#x000D;&#x000A;&quot;output final step&quot;&#x000D;&#x000A;&quot;output variable&quot;&#x000D;&#x000A;iX&#x000D;&#x000A;jY&#x000D;&#x000A;nx&#x000D;&#x000A;ny&#x000D;&#x000A;xmin&#x000D;&#x000A;ymin&#x000D;&#x000A;xmax&#x000D;&#x000A;ymax&#x000D;&#x000A;&quot;relative tolerance&quot;&#x000D;&#x000A;solver&#x000D;&#x000A;&quot;step time&quot;&#x000D;&#x000A;&quot;max time control&quot;&#x000D;&#x000A;&quot;max time scale&quot;&#x000D;&#x000A;&quot;function type&quot;&#x000D;&#x000A;&quot;function value&quot;&#x000D;&#x000A;&quot;scale factor&quot;&#x000D;&#x000A;&quot;buffer increment&quot;&#x000D;&#x000A;&quot;time increment&quot;&#x000D;&#x000A;&quot;log data&quot;&#x000D;&#x000A;&quot;initial step&quot;&#x000D;&#x000A;&quot;final step&quot;</Keywords>
<Keywords name="Keywords3">PFI&#x000D;&#x000A;INFORMATION&#x000D;&#x000A;INITIAL_GEOMETRY_DEFINITION&#x000D;&#x000A;STEP&#x000D;&#x000A;SOLUTION_CONTROL&#x000D;&#x000A;LINEAR_SOLVE&#x000D;&#x000A;TIME_CONTROL&#x000D;&#x000A;FLOW_DEFINITION&#x000D;&#x000A;REYNOLDS&#x000D;&#x000A;CIRCULATION&#x000D;&#x000A;RESULT&#x000D;&#x000A;IN_SITU&#x000D;&#x000A;LOG_INFO</Keywords>
<Keywords name="Keywords4">true&#x000D;&#x000A;false&#x000D;&#x000A;constant&#x000D;&#x000A;pcg&#x000D;&#x000A;NX&#x000D;&#x000A;NY&#x000D;&#x000A;IBL&#x000D;&#x000A;pU&#x000D;&#x000A;pV</Keywords>
<Keywords name="Keywords5"></Keywords>
<Keywords name="Keywords6"></Keywords>
<Keywords name="Keywords7"></Keywords>
<Keywords name="Keywords8"></Keywords>
<Keywords name="Delimiters">00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="808080" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="804040" bgColor="000000" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="FF8040" bgColor="000000" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="008000" bgColor="000000" fontStyle="1" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="D8D565" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="408080" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="808040" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="FF8040" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="FF0000" bgColor="000000" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
</Styles>
</UserLang>
</NotepadPlus>

2 comments on commit 6abe1b4

@GregVernon
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit is in reference to issue #2 Implement input-deck / preprocessor

@GregVernon
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit is in regerence to issue #10 Notepad++ User-Defined Language

Please sign in to comment.