# Classdef objects and code highlighting

**URL:** https://scilab.discourse.group/t/classdef-objects-and-code-highlighting/1096
**Category:** General usage
**Created:** [December 4, 2025, 2:49pm UTC](https://scilab.discourse.group/t/classdef-objects-and-code-highlighting/1096 "2025-12-04T14:49:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![davcheze](https://avatars.discourse-cdn.com/v4/letter/d/90db22/32.png) [@davcheze](https://scilab.discourse.group/u/davcheze)
#### Post date: [December 4, 2025, 2:49pm UTC](https://scilab.discourse.group/t/classdef-objects-and-code-highlighting/1096/1 "2025-12-04T14:49:14Z")

</div>

Hi all,

I just started new applications using new [Objects in scilab](https://scilab.discourse.group/t/objects-in-scilab/1058) features. when coding in the Scinotes environment I noticed that the variables declared in properties or methods blocks are not catched by the syntax highligthing routine to identify the pattern (selected name of property or method), while it works in VScode scilab plugin environment.

[![image](https://global.discourse-cdn.com/free1/uploads/utc/original/1X/2e6f2b5b09729d817c856a5c9ca15b33fb8e4ca0.png)](https://global.discourse-cdn.com/free1/uploads/utc/original/1X/2e6f2b5b09729d817c856a5c9ca15b33fb8e4ca0.png "image")

[image567×333 11.3 KB](https://global.discourse-cdn.com/free1/uploads/utc/original/1X/2e6f2b5b09729d817c856a5c9ca15b33fb8e4ca0.png "image")

[![image](https://global.discourse-cdn.com/free1/uploads/utc/original/1X/3c1ed1ff637d24356b105baefdb5595c8fa4329c.png)](https://global.discourse-cdn.com/free1/uploads/utc/original/1X/3c1ed1ff637d24356b105baefdb5595c8fa4329c.png "image")

I assume the syntax highligthing tool should catch it, shouldn’t it ?

David
