@GaetanLepage pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@GaetanLepage pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
This adds the typst filetype for typst documents (.typ extension)
https://github.com/vim/vim/pull/12363
(3 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
This PR doesn't actually work, because .typ files are recognized as SQL in a previous autocommand.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
This PR doesn't actually work, because
.typfiles are recognized as SQL in a previous autocommand.
Indeed ! I tried to copy what is being done for "conflicting filetypes".
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I am not able to find any reference to the fact that the .typ extension can be used for SQL files.
But I guess that we cannot take the liberty to remove completely the .typ - sql association, can we ?
If so, I would modify the PR to directly associate .typ files to the typst filetype.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@GaetanLepage pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
I was able to find documentation about those sql .typ files: https://docs.oracle.com/cd/A58617_01/server.804/a58234/ott.htm
I rewrote the detection code and the test.
Now it tries to find the typical content of an sql type definition file and, if it is not able to do so, it affects the typst filetype.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@GaetanLepage pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
@GaetanLepage pushed 1 commit.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()