Add 'self' built-in variable high-lighting

This commit is contained in:
Bruno BELANYI 2022-06-04 21:38:21 +02:00
parent acb5765591
commit b1c2da4cb4
3 changed files with 10 additions and 1 deletions

View file

@ -14,7 +14,7 @@ let
method meth() : int = self.a
/* <- keyword.method */
/* ^ method */
/* ^ variable */
/* ^ variable.builtin */
}
var object := new B