I hereby claim:
- I am sipec on github.
- I am claer (https://keybase.io/claer) on keybase.
- I have a public key ASAm9-aRAgluAqWe2leketi4cpfB4oaJ9heRhORGqwiTQAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "() => ": { | |
| "prefix": "aw", | |
| "body": "() => ", | |
| "description": "arrow function" | |
| }, | |
| "() => {}": { | |
| "prefix": "arw", | |
| "body": "() => { $1 }", | |
| "description": "arrow function with brackets" |
| const fs = require("fs"); | |
| function convertSyntaxHighlighting(tokenColors) { | |
| const syntax = {}; | |
| const scopeMapping = { | |
| variable: ["variable", "variable.other.readwrite", "entity.name.variable"], | |
| "variable.builtin": ["variable.defaultLanguage", "variable"], | |
| "variable.parameter": ["variable.parameter", "variable"], | |
| // "variable.member": [], |