Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    Hello, all.
    I tried writing x86 assembly language bundle for the intype.
    Although I started it from the C/C++ bundle, there are things I don't quite understand yet.
    So, can anyone tell me where the syntax document is?

    What I'm curious are :
    1. what is the \b in the match: ? Can it contain some characters like *, /, ?, etc? Should they be escaped?
    2. when, begin/end/patterns are used, what the "include" means there?
    3. How captures and begin_captures are different?
    ...

    Thank you for any help.
    • CommentAuthormvm
    • CommentTimeJan 7th 2008
     permalink

    Here is the description of jasmine syntax.

    • CommentAuthori
    • CommentTimeJan 10th 2008
     permalink

    Hello, you can look at the TextMate Manual’s Language Grammar (http://macromates.com/textmate/manual/language_grammars) page to learn about InType’s. They’re practically the same.