mihai-vlc / reg-vscode

Windows Registry Script (.reg) Language package for VSCode
https://marketplace.visualstudio.com/items?itemName=ionutvmi.reg
MIT License
24 stars 5 forks source link

No syntax highlighting from .reg of a Win 10 with vscode 1.20.1 #2

Closed CailleauThierry closed 6 years ago

CailleauThierry commented 6 years ago

With a .reg generated from a windows 10 Laptop i do not see any syntax highlighting with tis plugin installed (just installed it from vscode Extensions) today 02/21/2018

mihai-vlc commented 6 years ago

Do you have reg selected in the bottom right corner of the screen ? image

CailleauThierry commented 6 years ago

Sorry fr the delay in response. Yes "REG" is selected: image

image

image

It does not work on my Win 10 Laptop with either .reg generated from my laptop or with .reg generated from another machine

mihai-vlc commented 6 years ago

After some investigations it looks like VSCode has some issues with larger files (30M+) and it won't attempt to do the syntax highlight on it.

I would recommend to use another editor for those particular files.

Source: https://code.visualstudio.com/updates/v1_15#_large-file-support