Skip to content

Commit

Permalink
[Reason] Disable semantic highlight (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 20, 2023
1 parent c8bb9d2 commit 04129e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

# Unreleased

- Disable semantic highlight in reason files to fix highlighting when opening
them over ssh (#1231)

# 1.13.1

- Fix highlighting of flags stanza in dune files (#1182)
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,9 @@
"[cram]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[reason]": {
"editor.semanticHighlighting.enabled": false
}
},
"problemMatchers": [
Expand Down

0 comments on commit 04129e6

Please sign in to comment.