Skip to content

Commit

Permalink
Update syntax highlighters
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmtech-rdi committed Jan 22, 2024
1 parent a977a7b commit 20858dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-system/setup/vscode/syntaxes/erbui.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"patterns": [
{
"name": "keyword.control.erbui",
"match": "\\b(module|board|width|material|header|footer|line|control|label|sticker|image|pin|pins|normalling|mode|positioning|position|rotation|offset|layer|route|faust|address|bind|init|value|property|exclude|extends|alias|file|class|include|pcb|net|type|gpio|pwm|dac)\\b"
"match": "\\b(module|board|width|material|header|footer|line|control|label|sticker|image|pin|pins|normalling|mode|positioning|position|rotation|offset|layer|route|faust|address|bind|init|value|property|exclude|extends|alias|file|class|include|pcb|side|sch|format|net|type|gpio|pwm|dac)\\b"
},
{
"name": "keyword.control.erbui",
Expand All @@ -40,7 +40,7 @@
"patterns": [
{
"name": "entity.name.variable.erbui",
"match": "\\b(center|left|top|right|bottom|normalized|bipolar|silkscreen|translucence|wire|manual|natural|black|white|aluminum|brushed_aluminum|aluminum_coated)\\b"
"match": "\\b(center|left|top|right|bottom|normalized|bipolar|silkscreen|translucence|wire|manual|natural|black|white|aluminum|brushed_aluminum|aluminum_coated|3u|1590bb2_portrait)\\b"
},
{
"match": "[a-zA-Z0-9_]",
Expand Down
5 changes: 3 additions & 2 deletions build-system/setup/xcode/Erbui.xclangspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"position", "rotation", "offset", "style", "layer",
"route", "wire", "manual",
"faust", "init", "address", "property", "value",
"class", "include", "pcb", "net", "bind", "type", "gpio", "pwm", "dac",
"class", "include", "pcb", "side", "sch", "format", "net", "bind", "type", "gpio", "pwm", "dac",
"manufacturer", "generator", "arg", "parts",
);
Type = "xcode.syntax.keyword";
Expand All @@ -37,8 +37,9 @@
Words = (
"AudioIn", "AudioOut", "Button", "CvIn", "CvOut", "Display", "Encoder", "GateIn", "GateOut", "Led", "LedBi", "LedRgb", "Pot", "Switch", "Trim",
"aluminum", "brushed_aluminum", "aluminum_coated", "natural", "white", "black",
"center", "left", "top", "right", "bottom",
"face", "center", "left", "top", "right", "bottom",
"normalized", "bipolar",
"3u", "1590bb2_portrait",
"silkscreen", "translucence",
);
Type = "xcode.syntax.identifier.type.system";
Expand Down

0 comments on commit 20858dc

Please sign in to comment.