mirror of
https://github.com/codota/TabNine.git
synced 2024-11-23 08:43:13 +03:00
COBOL identifier with hyphen
This commit is contained in:
parent
ede864d6aa
commit
88caab8f5c
@ -27,6 +27,9 @@
|
||||
"lsp_id": "tex"
|
||||
},
|
||||
"Clojure": { "lsp_id": "clojure" },
|
||||
"COBOL": {
|
||||
"add_identifier_chars": "-"
|
||||
},
|
||||
"CoffeeScript": { "lsp_id": "coffeescript" },
|
||||
"C/C++": { "lsp_id": "cpp" },
|
||||
"C#": { "lsp_id": "csharp" },
|
||||
|
Loading…
Reference in New Issue
Block a user