Fix: add cmake-ts-mode to company-cmake-modes

pull/1426/head
nverno 2023-11-09 12:12:16 -08:00
parent 7d052e1cbb
commit 125179d0a1
No known key found for this signature in database
GPG Key ID: 1D12185BA34E8398
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ They affect which types of symbols we get completion candidates for.")
"^\\(%s[a-zA-Z0-9_<>]%s\\)$"
"Regexp to match the candidates.")
(defvar company-cmake-modes '(cmake-mode)
(defvar company-cmake-modes '(cmake-mode cmake-ts-mode)
"Major modes in which cmake may complete.")
(defvar company-cmake--candidates-cache nil