Addison Chan
|
2dfe7a5839
|
Add Cooklang
|
2022-03-17 08:40:34 +01:00 |
|
Mateus B. Melchiades
|
a162d42175
|
Delete vala ftdetect
|
2022-01-29 18:43:44 +01:00 |
|
Mateus Melchiades
|
5fc4cb5d2d
|
Vala language support
|
2022-01-29 18:43:44 +01:00 |
|
Stephan Seitz
|
77c006eb08
|
Add ftdect for hack
|
2022-01-17 10:53:35 +01:00 |
|
antosha417
|
00ebda5fd8
|
remove ftdetect. add filetype hocon to minimal_init.lua
|
2022-01-16 14:59:39 +01:00 |
|
antosha417
|
8ad4e74cfc
|
add ftdetect
|
2022-01-16 14:59:39 +01:00 |
|
Stephan Seitz
|
890d3a9431
|
chore: only use *.glsl for GLSL
Fix #2231
|
2022-01-16 14:24:50 +01:00 |
|
Stephan Seitz
|
efc8ac6457
|
chore: remove all ftdetect with official support in Neovim/Vim
|
2022-01-16 14:24:50 +01:00 |
|
Omer Tuchfeld
|
3b05ef4492
|
Add support for new golang go.work files
The new golang 1.18 version (currently in beta) [introduced](https://github.com/golang/go/issues/45713) a new file type
called `go.work`.
This commit adds support for the syntax of that file using the https://github.com/omertuc/tree-sitter-go-work repository
That repository is heavily based on previous work in the https://github.com/camdencheek/tree-sitter-go-mod repository, with a few
minor changes to make it work on the very similar `go.work` files.
|
2021-12-18 20:02:08 +01:00 |
|
Stefan Wienert
|
dec2ba27a8
|
Feat: Added Pug parser with inital queries
|
2021-11-30 23:40:49 +01:00 |
|
dkirchhof
|
f238e6f977
|
don't treat *.fs as glsl files as it collides with fsharp
|
2021-11-30 18:53:43 +01:00 |
|
elianiva
|
5e388a40bc
|
feat(prisma): add ftdetect
|
2021-11-28 00:36:24 +01:00 |
|
Jirgn
|
979c32493d
|
feat: add fusion grammar and highlights
|
2021-11-26 22:04:59 +01:00 |
|
Marco Galli
|
afed686e6a
|
Add glsl ftdetect
|
2021-11-23 20:00:51 +01:00 |
|
Robert Jackson
|
968621dfad
|
Add ftdetect setup for glimmer parser. (#1973)
Without this, `*.hbs` files are not highlighted (unless you have some
other plugin that adds it for you).
|
2021-11-02 14:03:32 -05:00 |
|
Yuri Pieters
|
d53b04189e
|
Add fennel ftdetect file (#1952)
|
2021-10-30 12:08:10 -05:00 |
|
kghugo
|
d5e87dde10
|
Support hjson
|
2021-09-19 14:19:20 +02:00 |
|
Joakker
|
d8595fb923
|
Add support for json5
|
2021-08-25 15:13:00 +02:00 |
|
Andrew Helwer
|
da2336ea80
|
Added TLA+ grammar & queries
|
2021-08-20 18:56:14 +02:00 |
|
Clay
|
57c2081e3f
|
Add HEEx language support, add missing commentstrings
|
2021-08-18 14:07:59 +02:00 |
|
Gregory Anders
|
c34189fee3
|
Add zig ftdetect file
|
2021-08-06 10:54:00 +02:00 |
|
Connor Lay (Clay)
|
6944173e87
|
Feature: Add Surface language and integrate with Elixir (#1645)
* Add initial surface highlights & injections
* Additional surface highlights
* Filetype detection, fix injections
* Fix Elixir function highlight when left is an identifier
* Add surface parser
* Fix comment highlights
* Surface folds, indents, better highlights
* Highlight surface components & directives
* Restore comments Elixir injections
|
2021-08-01 19:09:41 +00:00 |
|
Tae Sandoval
|
950932f0c2
|
Add some missing ftdetect files
|
2021-07-30 14:35:32 -05:00 |
|
Pierre Poupin
|
8af9fdedb3
|
feature: add gdresource ftdetect
|
2021-07-29 21:09:54 +02:00 |
|
Tomas Sandven
|
a6121f014d
|
Add YANG parser
|
2021-07-19 16:03:27 +00:00 |
|
Khue Doan
|
a7c90103ce
|
Use terraform ft for tf and tfvars
|
2021-07-19 09:32:43 +00:00 |
|
Khue Doan
|
8cb355beb4
|
Support HCL file type detection
|
2021-07-19 09:32:43 +00:00 |
|
Camden Cheek
|
d0cefbb5a3
|
Add filetype detection for go.mod files
|
2021-05-16 21:18:46 +02:00 |
|
Shatur95
|
9e0f764b67
|
Use BufNewFile,BufRead for query filetype
|
2021-05-08 12:44:25 +02:00 |
|
Shatur95
|
45e6ea9996
|
Add GDScript filetype
|
2021-05-08 12:44:25 +02:00 |
|
Thomas Vigouroux
|
5a230e6c07
|
feat: add query filetype
|
2020-09-01 15:09:31 +02:00 |
|