feat: Add set italic style for keyword operators

Close #99
This commit is contained in:
equinusocio 2017-10-19 19:34:30 +02:00
parent 0cf20070c2
commit ea9b7551cc
10 changed files with 82 additions and 1 deletions

View file

@ -98,6 +98,15 @@
"foreground": "{{variant.scheme.base.cyan}}"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [

View file

@ -98,6 +98,15 @@
"foreground": "#89DDFF"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [

View file

@ -98,6 +98,15 @@
"foreground": "#89DDFF"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [

View file

@ -98,6 +98,15 @@
"foreground": "#89DDFF"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [

View file

@ -98,6 +98,15 @@
"foreground": "#89DDFF"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [

File diff suppressed because one or more lines are too long

View file

@ -98,6 +98,15 @@
"foreground": "#39ADB5"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [

View file

@ -98,6 +98,15 @@
"foreground": "#39ADB5"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [

View file

@ -98,6 +98,15 @@
"foreground": "#89DDFF"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [

View file

@ -98,6 +98,15 @@
"foreground": "#89DDFF"
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Tag",
"scope": [