0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Add Haskell support

This commit is contained in:
Kristi 2019-10-22 22:22:29 -04:00
parent 51b3d7c859
commit 9e062a3a14
3 changed files with 44 additions and 10 deletions

View file

@ -1,5 +1,13 @@
# Release Notes # Release Notes
## 0.3.0
`2019-10-22`
- Add Haskell Support
# 0.2.0
`2019-10-22`
- Update README
## 0.1.0 ## 0.1.0
`2019-10-22` `2019-10-22`
- Initial release - Initial release

View file

@ -437,7 +437,7 @@
"scope": [ "scope": [
"keyword.operator", "keyword.operator",
"keyword.control.as", "keyword.control.as",
"keyword.other.new", "keyword.other",
"keyword.operator.bitwise.shift", "keyword.operator.bitwise.shift",
"punctuation", "punctuation",
"punctuation.definition.string", "punctuation.definition.string",
@ -463,7 +463,8 @@
"keyword.control.import", "keyword.control.import",
"keyword.control.export", "keyword.control.export",
"keyword.control.from", "keyword.control.from",
"keyword.control.default" "keyword.control.default",
"meta.import keyword.other"
], ],
"settings": { "settings": {
"foreground": "#7dcfff" "foreground": "#7dcfff"
@ -535,13 +536,14 @@
} }
}, },
{ {
"name": "Globals, PHP Constants", "name": "Globals, PHP Constants, etc",
"scope": [ "scope": [
"constant.other.php", "constant.other.php",
"variable.other.global.safer", "variable.other.global.safer",
"variable.other.global.safer punctuation.definition.variable", "variable.other.global.safer punctuation.definition.variable",
"variable.other.global", "variable.other.global",
"variable.other.global punctuation.definition.variable" "variable.other.global punctuation.definition.variable",
"constant.other"
], ],
"settings": { "settings": {
"foreground": "#e0af68" "foreground": "#e0af68"
@ -702,7 +704,9 @@
"support.variable.dom", "support.variable.dom",
"support.constant.math", "support.constant.math",
"support.type.object.module", "support.type.object.module",
"support.constant.json" "support.constant.json",
"entity.name.namespace",
"meta.import.qualifier"
], ],
"settings": { "settings": {
"foreground": "#0db9d7" "foreground": "#0db9d7"
@ -1334,6 +1338,15 @@
"foreground": "#f78f8f" "foreground": "#f78f8f"
} }
}, },
{
"name": "Preprocessor",
"scope": [
"meta.preprocessor"
],
"settings": {
"foreground": "#73daca"
}
},
{ {
"name": "ENV value", "name": "ENV value",
"scope": "source.env", "scope": "source.env",

View file

@ -436,7 +436,7 @@
"scope": [ "scope": [
"keyword.operator", "keyword.operator",
"keyword.control.as", "keyword.control.as",
"keyword.other.new", "keyword.other",
"keyword.operator.bitwise.shift", "keyword.operator.bitwise.shift",
"punctuation", "punctuation",
"punctuation.definition.string", "punctuation.definition.string",
@ -462,7 +462,8 @@
"keyword.control.import", "keyword.control.import",
"keyword.control.export", "keyword.control.export",
"keyword.control.from", "keyword.control.from",
"keyword.control.default" "keyword.control.default",
"meta.import keyword.other"
], ],
"settings": { "settings": {
"foreground": "#7dcfff" "foreground": "#7dcfff"
@ -534,13 +535,14 @@
} }
}, },
{ {
"name": "Globals, PHP Constants", "name": "Globals, PHP Constants, etc",
"scope": [ "scope": [
"constant.other.php", "constant.other.php",
"variable.other.global.safer", "variable.other.global.safer",
"variable.other.global.safer punctuation.definition.variable", "variable.other.global.safer punctuation.definition.variable",
"variable.other.global", "variable.other.global",
"variable.other.global punctuation.definition.variable" "variable.other.global punctuation.definition.variable",
"constant.other.haskell"
], ],
"settings": { "settings": {
"foreground": "#e0af68" "foreground": "#e0af68"
@ -702,7 +704,9 @@
"support.variable.dom", "support.variable.dom",
"support.constant.math", "support.constant.math",
"support.type.object.module", "support.type.object.module",
"support.constant.json" "support.constant.json",
"entity.name.namespace",
"meta.import.qualifier"
], ],
"settings": { "settings": {
"foreground": "#2ac3de" "foreground": "#2ac3de"
@ -1334,6 +1338,15 @@
"foreground": "#f7768e" "foreground": "#f7768e"
} }
}, },
{
"name": "Preprocessor",
"scope": [
"meta.preprocessor"
],
"settings": {
"foreground": "#73daca"
}
},
{ {
"name": "ENV value", "name": "ENV value",
"scope": "source.env", "scope": "source.env",