Skip to content

Commit

Permalink
Merge pull request ycm-core#3638 from bstaletic/tsx-diags
Browse files Browse the repository at this point in the history
[READY] Add typescriptreact to diagnostics enabled filetypes
  • Loading branch information
mergify[bot] authored Apr 6, 2020
2 parents cf4a76a + 0bc537e commit 97150c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ycm/buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from ycm.diagnostic_interface import DiagnosticInterface

DIAGNOSTIC_UI_FILETYPES = { 'cpp', 'cs', 'c', 'objc', 'objcpp', 'cuda',
'javascript', 'typescript' }
'javascript', 'typescript', 'typescriptreact' }


# Emulates Vim buffer
Expand Down

0 comments on commit 97150c0

Please sign in to comment.