Commit 8b7f11b
committed
Remove styles for function parameters
Applies to c-like languages. This commit
removes the styles for function parameters
which were introduced in v1.0.4, since they
only worked for top-level functions and thus
provided an inconsistent user interface.
The problem is, that CodeMirror modes are
very unflexible when it comes to adding
more specific selectors to tokens.1 parent a2d352c commit 8b7f11b
1 file changed
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 53 | | |
68 | 54 | | |
69 | 55 | | |
| |||
0 commit comments