You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understood a file is first "colored" via a "simple" configuration (textmate grammar), then is re-colored as soon as the LSP kicks in, which also adds semantic tokens.
Given the following sample program:
program-id. test.
procedure division.
*---------------------------------------------------------------*
P050-SEARCH SECTION.
P050-00.
+AM005* special case 1+AM005 continue.
+AM005*+AM005 P050-40.
continue.
*
P050-99.
EXIT.
/
the columns 1-6 are only sematic token comments - is this possible to also add for the textmate grammar?
Note: you can see this by inserting it into a file (takes 0,5-2 seconds to switch from textmate to semantic) or by "reload window".
The text was updated successfully, but these errors were encountered:
GitMensch
changed the title
col1-6 not recognized in texstmate grammar
col1-6 not recognized in textmate grammar
Dec 27, 2024
As far as I understood a file is first "colored" via a "simple" configuration (textmate grammar), then is re-colored as soon as the LSP kicks in, which also adds semantic tokens.
Given the following sample program:
the columns 1-6 are only sematic token comments - is this possible to also add for the textmate grammar?
Note: you can see this by inserting it into a file (takes 0,5-2 seconds to switch from textmate to semantic) or by "reload window".
The text was updated successfully, but these errors were encountered: