Git Product home page Git Product logo

Comments (3)

lhartikk avatar lhartikk commented on July 21, 2024

http://lhartikk.github.io/ArnoldC/

from arnoldc.

vasiliybondarenko avatar vasiliybondarenko commented on July 21, 2024

There is a typo in arnoldc.tmLanguage.xml:
Syntax Name
I suppose it should be ArnoldC

from arnoldc.

rootmeanclaire avatar rootmeanclaire commented on July 21, 2024

Here's a fixed version:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>fileTypes</key>
    <array>
        <string>arnoldc</string>
    </array>
    <key>name</key>
    <string>ArnoldC</string>
    <key>patterns</key>
    <array>
        <dict>
            <key>match</key>
            <string>HEY CHRISTMAS TREE|YOU SET US UP|YOU HAVE BEEN TERMINATED|GET TO THE CHOPPER|ENOUGH TALK|HERE IS MY INVITATION|GET UP|LET OFF SOME STEAM BENNET|HASTA LA VISTA, BABY</string>
            <key>name</key>
            <string>keyword.control</string>
        </dict>
        <dict>
            <key>match</key>
            <string>TALK TO THE HAND|YOU ARE NOT YOU YOU ARE ME|HE HAD TO SPLIT|YOU'RE FIRED|GET DOWN|GET YOUR ASS TO MARS|DO IT NOW|I LET HIM GO|CONSIDER THAT A DIVORCE|KNOCK KNOCK</string>
            <key>name</key>
            <string>keyword.control</string>
        </dict>
        <dict>
            <key>match</key>
            <string>YOU SET US UP</string>
            <key>name</key>
            <string>constant.numeric</string>
        </dict>
        <dict>
            <key>match</key>
            <string>@I LIED|@NO PROBLEMO</string>
            <key>name</key>
            <string>support.constant</string>
        </dict>
        <dict>
            <key>match</key>
            <string>LISTEN TO ME VERY CAREFULLY|IT'S SHOWTIME</string>
            <key>name</key>
            <string>entity.name.function</string>
        </dict>
        <dict>
            <key>match</key>
            <string>STICK AROUND|CHILL|BECAUSE I'M GOING TO SAY PLEASE|YOU HAVE NO RESPECT FOR LOGIC|BULLSHIT</string>
            <key>name</key>
            <string>storage.type</string>
        </dict>
        <dict>
            <key>match</key>
            <string>I NEED YOUR CLOTHES YOUR BOOTS AND YOUR MOTORCYCLE|GIVE THESE PEOPLE AIR|I'LL BE BACK</string>
            <key>name</key>
            <string>variable.parameter</string>
        </dict>
        <dict>
            <key>match</key>
            <string>".*"</string>
            <key>name</key>
            <string>string.quoted.double</string>
        </dict>
        <dict>
            <key>match</key>
            <string>\s[0-9]+</string>
            <key>name</key>
            <string>constant.numeric</string>
        </dict>
    </array>
    <key>scopeName</key>
    <string>source.arnoldc</string>
    <key>uuid</key>
    <string>6f5f460e-5ab0-4ce2-8cb7-0cafea6c46c9</string>
</dict>
</plist>

from arnoldc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.