-
Support proper nested block comments
infininight committedApr 16, 2015 Before we erroneously included a rule to match `"…"` include a block comment context. Fixes #6.
-
This is the same README used by other bundles under the textmate organization.
-
support `let open MyModule` syntax
percontation committedOct 11, 2014 synatx highlighting breaks on such statements without this change
-
infininight committed
Jun 18, 2014 Using a shim allows us to catch when 1.8 of ruby is not present and provide other options. #ignore
-
Add punctuation scopes to comment.block.ocaml
infininight committedSep 4, 2013 This allows us to remove the empty comment special case and use left/right scopes determine empty-ness.
-
Use version 1.8 of ruby for bundle items
infininight committedJul 27, 2013 10.7 and 10.8 only include ruby 1.8, so all bundle items have been written to work with that. Optionally supporting ruby 1.9 and 2.0 is problematic as these versions are not fully backwards compatible. #ignore
-
Switch to using requiredCommands.
infininight committedOct 1, 2012
-
infininight committed
Sep 8, 2012
-
infininight committed
Aug 26, 2012
-
remove ocamlyacc comments from ocaml
David Powers committedApr 21, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9436 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
fix error in pattern match detection
David Powers committedApr 15, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9397 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
tweak OCaml anonymous function syntax
David Powers committedMar 11, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9091 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
infininight committed
Mar 11, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9089 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
David Powers committed
Mar 10, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9085 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
handle comments in arg lists and fix bug in parsing of type constraints
David Powers committedMar 7, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9057 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
fix crazed multi-line function defs
David Powers committedFeb 28, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9024 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
David Powers committed
Feb 28, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9023 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
David Powers committed
Feb 28, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@9021 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
cleanup for label matching in function sigs
David Powers committedJan 31, 2008 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@8819 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
Move from niutil to $TM_FULLNAME.
infininight committedNov 17, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@8471 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
make val statements work at the top level and tweak output of module …
David Powers committedAug 19, 2007 …snippet git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@8002 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
cleanup OCaml experimental code completion and include backup binary
David Powers committedJul 15, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@7740 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
Add annot program to OCaml bundle
David Powers committedJun 29, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@7634 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
add rewritten wrap command to ocaml
David Powers committedJun 24, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@7570 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
Made a new OCaml Completion command, press Option-Escape to access, c…
joachimm committedJun 10, 2007 …ompletions taken from all the snippet files git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@7487 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
David Powers committed
May 29, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@7410 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
David Powers committed
May 2, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@7110 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
David Powers committed
Apr 30, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@7096 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
add function label snippet and add OCamlMakefile to Makefile syntax
David Powers committedApr 28, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@7072 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
remove polymorphic variants from the symbol list
David Powers committedMar 12, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@6785 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
tweak empty comment syntax to handle doc comments
David Powers committedMar 9, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@6769 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
David Powers committed
Mar 5, 2007 git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@6733 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
-
Add the following keys to the bundle’s info.plist:
sorbits committedMar 4, 2007 contactName: The full name of the contact for this bundle. contactEmailRot13: A ROT13 encoded email address for the bundle contact (we obfuscate it to avoid spammers from picking up the files, seeing how bundles will often be available via anonymous svn over http). description: A short description for this bundle. Do link to more info about the language (or whatever) the bundle is about. I decided on using HTML for this (but leave out the initial paragraph tag) since it seemed like overkill to run a single line of text through Markdown.pl, just to convert [foo](link) into <a href="link">foo</a> Many of the current descriptions could use some improvements, I just wanted to get the ball rolling :) git-svn-id: http://svn.textmate.org/trunk/Bundles/OCaml.tmbundle@6718 dfb7d73b-c2ec-0310-8fea-fb051d288c6d