Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create UnrealScript.tmLanguage #1

Merged
merged 6 commits into from
Mar 1, 2013
Merged

Create UnrealScript.tmLanguage #1

merged 6 commits into from
Mar 1, 2013

Commits on Feb 1, 2013

  1. Create UnrealScript.tmLanguage

    A more fleshed out version of an UnrealScript syntax highlighter for Sublime.  Based on keywords from DougClayton4231's syntax highlighter for Notepad++.
    
    http://forums.epicgames.com/threads/894604-New-Unrealscript-Highlighter-For-Notepad
    rokit committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    885d545 View commit details
    Browse the repository at this point in the history
  2. Update UnrealScript.tmLanguage

    Added keywords: reliable, server, exec, self.
    rokit committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    3dfc7aa View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2013

  1. Update UnrealScript.tmLanguage

    Added: Instigator, foreach
    rokit committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    7606165 View commit details
    Browse the repository at this point in the history
  2. Update UnrealScript.tmLanguage

    Added: Begin, End
    rokit committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    70471a1 View commit details
    Browse the repository at this point in the history
  3. Update UnrealScript.tmLanguage

    Added: sleep, GotoState, Goto
    rokit committed Feb 6, 2013
    Configuration menu
    Copy the full SHA
    fb1780f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2013

  1. Update UnrealScript.tmLanguage

    switched the group starting with class with the group starting with abstract.
    rokit committed Feb 27, 2013
    Configuration menu
    Copy the full SHA
    c97f2e9 View commit details
    Browse the repository at this point in the history