Skip to content
Snippets Groups Projects
Commit c903ccfe authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

another fix of highlighting

parent 06a23eb6
No related branches found
No related tags found
No related merge requests found
Pipeline #402836 passed
......@@ -22,7 +22,7 @@ export const soilHighlight = {
alias: 'keyword'
},
'keyword': {
pattern: /\b(component|enum|extends|function|import|interface|variable|defines)\s\b/
pattern: /(\b|\s)(component|enum|extends|function|import|interface|variable|defines|streaming)(\b|\s)/
},
"modifier": {
pattern: /\b(constant|dynamic|fixed|update)\b/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment