Skip to content

Commit

Permalink
feat: enable semantic highlighting (#80)
Browse files Browse the repository at this point in the history
Authored-by: ryan.palmer <[email protected]>
  • Loading branch information
kronodeus authored Oct 24, 2023
1 parent cb4a7e8 commit dc3310d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Gruvbox Dark Hard",
"type": "dark",
"semanticHighlighting": true,
"tokenColors": [
{
"settings": {
Expand Down
1 change: 1 addition & 0 deletions themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Gruvbox Dark Medium",
"type": "dark",
"semanticHighlighting": true,
"tokenColors": [
{
"settings": {
Expand Down
1 change: 1 addition & 0 deletions themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Gruvbox Dark Soft",
"type": "dark",
"semanticHighlighting": true,
"tokenColors": [
{
"settings": {
Expand Down
1 change: 1 addition & 0 deletions themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Gruvbox Light Hard",
"semanticHighlighting": true,
"tokenColors": [
{
"settings": {
Expand Down
1 change: 1 addition & 0 deletions themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Gruvbox Light Medium",
"semanticHighlighting": true,
"tokenColors": [
{
"settings": {
Expand Down
1 change: 1 addition & 0 deletions themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Gruvbox Light Soft",
"semanticHighlighting": true,
"tokenColors": [
{
"settings": {
Expand Down

0 comments on commit dc3310d

Please sign in to comment.