Skip to content

Commit

Permalink
update pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Nov 29, 2016
1 parent 04f831e commit df6ad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsL Assembler.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contexts:
scope: keyword.other.nsl
- match: \w+\:\:\w+
scope: support.class.nsl
- match: ^\s*(?i)(break|case|default|do|else|for|if|return|switch|while)(?=\s*\()
- match: ^\s*(?i)(break|case|default|do|else|for|if|return|switch|while)(?=\s*\()?
scope: entity.name.section.nsl
- match: \b(?i)(MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|MB_YESNOCANCEL|IDABORT|IDCANCEL|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES)\b
scope: entity.other.attribute-name.nsl
Expand Down

0 comments on commit df6ad56

Please sign in to comment.