Skip to content
Commit 64f3f15d authored by Jonathan Poelen's avatar Jonathan Poelen Committed by Christoph Cullmann
Browse files

JS: force '(' as a javascript Normal Text

Before

```
foo(abc)
~~~ Function Declaration or Function Name
   ~ Normal Text (other syntax: jsx, php, etc)
    ~~~~ Normal Text (js)
```

After

```
foo(abc)
~~~ Function Declaration or Function Name
   ~~~~~ Normal Text (js)
```
parent cc329a33
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment