Some fix in the smalltalk-mode

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Some fix in the smalltalk-mode

Mathieu Suen-2
Hi Paolo

I made some small fix in the smalltalk mode.
The syntax-table is simplify and now the class declaration beginning with a
namespace work:

i.e:

STInST.RBProgramNode sublclass: Foo [
...
]

For the time being I only recognize one namespace. No nested namespace.

Mathieu




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Some fix in the smalltalk-mode

Paolo Bonzini-2
On Mon, Aug 2, 2010 at 17:40, Mathieu Suen <[hidden email]> wrote:

> Hi Paolo
>
> I made some small fix in the smalltalk mode.
> The syntax-table is simplify and now the class declaration beginning with a
> namespace work:
>
> i.e:
>
> STInST.RBProgramNode sublclass: Foo [
> ...
> ]
>
> For the time being I only recognize one namespace. No nested namespace.

Thanks,

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk