Skip to content

Instantly share code, notes, and snippets.

View bluePlayer's full-sized avatar

vlad bluePlayer

View GitHub Profile
@nmpeterson
nmpeterson / userDefineLang.xml
Created September 6, 2014 04:25
SAS & log syntax highlighting for Notepad++, courtesy of http://hafniumcity.com/notepad_color.php
<NotepadPlus>
<UserLang name="sas" ext="sas">
<Settings>
<Global caseIgnored="yes" />
<TreatAsSymbol comment="no" commentLine="yes" />
<Prefix words1="no" words2="no" words3="no" words4="yes" />
</Settings>
<KeywordLists>
<Keywords name="Delimiters">&quot;`0&quot;&apos;0</Keywords>
<Keywords name="Folder+">data proc %macro %macro proc if</Keywords>