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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I was writing a custom grammar for an internal file format(named source.tks) on my local machine. I'd installed the package with apm link; but the grammar was not loaded. Instead I needed to force it to be added using the developer console.
Additionally any edits I made to the grammar file were not synchronised in the editor; requiring me to remove the grammar and re-add it.
I was writing a custom grammar for an internal file format(named
source.tks
) on my local machine. I'd installed the package withapm link
; but the grammar was not loaded. Instead I needed to force it to be added using the developer console.Additionally any edits I made to the grammar file were not synchronised in the editor; requiring me to remove the grammar and re-add it.
I used this command:
At first I thought that the problem was with my code/layout; however once I published it on APM it worked perfectly.
The text was updated successfully, but these errors were encountered: