Skip to content

Commit

Permalink
Update browser.html
Browse files Browse the repository at this point in the history
  • Loading branch information
underpig1 committed Aug 7, 2020
1 parent 0903a7d commit 13b08f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/browser/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@ <h3>NEURON</h3>
name: "comment"
},
{
match: "\w+(?=\s*?\{)",
match: "\w+\(?=\s*?\{\)",
name: "entity.name.function"
},
{
match: "\w+(?=\s*?\()",
match: "\w+\(?=\s*?\(\)",
name: "entity.name.function"
},
{
match: "\=\>",
name: "entity.name.function"
},
{
match: "^(?=\:)",
match: "^\(?=\:\)",
name: "entity.name.type"
},
{
Expand All @@ -94,7 +94,7 @@ <h3>NEURON</h3>
name: "entity.name.type"
},
{
match: "\w+(?=\.)",
match: "\w+\(?=\.\)",
name: "entity.name.type"
},
{
Expand Down

0 comments on commit 13b08f6

Please sign in to comment.