Skip to content

Commit

Permalink
Add typescriptreact to diagnostics enabled filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Apr 6, 2020
1 parent cf4a76a commit 0bc537e
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 0bc537e

Please sign in to comment.