halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

"langids" is werid Id, better "lexers"? #24

Closed Alexey-T closed 3 years ago

halfbrained commented 3 years ago

Sure. Gone through the list and there doesn't seem to be too many differences

different:

'Batch files' # spec: 'Windows Bat'
'CoffeeScript', # spec: 'Coffeescript'
'HTML Handlebars', # spec: 'Handlebars'
'Ini files', # spec: 'Ini'
'LESS', # spec: 'Less'
'PowerShell', # spec: 'Powershell'
'Razor', # spec: 'Razor (cshtml)'
'Bash script', # spec: 'Shell Script (Bash)'
'XSLT', # spec: 'XSL'

Missing in CudaText:

'JavaScript React',
'Objective-C++',
'Perl 6',
'ShaderLab',
'TypeScript React',
'TeX',
'Visual Basic',
Alexey-T commented 3 years ago

I want just to rename a JSON key. I didnt mean i need auto-detection of language.

Alexey-T commented 3 years ago

yes, we need some mapping "spec lang id <--> Cud lexer name".