Skip to content

Commit

Permalink
Added #load to language definition. Related to scriptcs#1.
Browse files Browse the repository at this point in the history
  • Loading branch information
follesoe committed Mar 6, 2013
1 parent f99aa28 commit be7f968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScriptCs.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
</dict>
</dict>
<key>match</key>
<string>^(#)\s*(if|else|elif|endif|define|undef|warning|error|line|region|endregion)\b</string>
<string>^(#)\s*(if|else|elif|endif|define|undef|warning|error|line|region|endregion|load)\b</string>
<key>name</key>
<string>meta.preprocessor.source.cs</string>
</dict>
Expand Down

0 comments on commit be7f968

Please sign in to comment.