| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -105,6 +105,7 @@ def loadini(struct, configfile): | |||
| 105 | 105 | 'background': 'd', | |
| 106 | 106 | 'output': 'w', | |
| 107 | 107 | 'main': 'c', | |
| 108 | + 'paren': 'R', | ||
| 108 | 109 | 'prompt': 'c', | |
| 109 | 110 | 'prompt_more': 'g', | |
| 110 | 111 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,16 +60,14 @@ | |||
| 60 | 60 | Comment: 'comment', | |
| 61 | 61 | String: 'string', | |
| 62 | 62 | Literal: 'string', | |
| 63 | - Literal.String: 'string', | ||
| 64 | 63 | Error: 'error', | |
| 65 | 64 | Number: 'number', | |
| 66 | 65 | Token.Literal.Number.Float: 'number', | |
| 67 | 66 | Operator: 'operator', | |
| 68 | - Operator.Word: 'operator', | ||
| 69 | 67 | Punctuation: 'punctuation', | |
| 70 | 68 | Token: 'token', | |
| 71 | 69 | Whitespace: 'background', | |
| 72 | - Parenthesis: 'punctuation', | ||
| 70 | + Parenthesis: 'paren', | ||
| 73 | 71 | Parenthesis.UnderCursor: 'operator' | |
| 74 | 72 | } | |
| 75 | 73 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments