We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098c8e6 commit 1482e9fCopy full SHA for 1482e9f
1 file changed
src/editor/pybricksMicroPython.ts
@@ -192,6 +192,7 @@ export const language = <monaco.languages.IMonarchLanguage>{
192
cases: {
193
'@keywords': 'keyword',
194
'@builtins': 'support.function',
195
+ '[A-Z_]+': 'support.constant',
196
'@default': 'identifier',
197
},
198
0 commit comments