Christian Clason and David Mandelberg
2eddd6f7c0
vim-patch:9.1.1231: filetype: SPA JSON files are not recognized
...
Problem: filetype: SPA (single page application) JSON files are not
recognized (used by pipewire and wireplumber)
Solution: detect pipewire and wireplumber configuration files as spajson
filetype, include filetype, indent and syntax scripts for this
new filetype (David Mandelberg).
I looked at all the files found by this command to see if the syntax
highlighting looked reasonable:
```
find {~/.config,/etc,/usr/share}/{pipewire,wireplumber} -type f -name \*.conf
```
References:
* pipewire config files: https://docs.pipewire.org/page_config.html
* wireplumber config files:
https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/conf_file.html
and
* https://pipewire.pages.freedesktop.org/wireplumber/daemon/locations.html
closes : vim/vim#16950
https://github.com/vim/vim/commit/4e7b4308fb92628434bd7e07ab92910c33051431
Co-authored-by: David Mandelberg <david@mandelberg.org >
2025-03-23 11:47:42 +01:00
Christian Clason and Christian Brabandt
5ff8a2fa8b
vim-patch:40ab82b: runtime(sh): remove invalid commented out line in syntax script
...
https://github.com/vim/vim/commit/40ab82b974a31ab483abee6357d97d9018d775a7
Co-authored-by: Christian Brabandt <cb@256bit.org >
2025-03-19 10:24:51 +01:00
Christian Clason and Christian Brabandt
ef591f46bf
vim-patch:711f4a0: runtime(sh): update sh indent script
...
fixes : vim/vim#16930
https://github.com/vim/vim/commit/711f4a07f356cbe6f1d6d67994519f0b36a100f2
Co-authored-by: Christian Brabandt <cb@256bit.org >
2025-03-19 10:24:51 +01:00
zeertzjq and David Mandelberg
a31ccc3b1f
vim-patch:9.1.1140: filetype: m17ndb files are not detected ( #32618 )
...
Problem: filetype: m17ndb files are not detected
Solution: detect m17ndb files as m17ndb filetype,
include filetype, syntax and indent files for the
new filetype (David Mandelberg).
References:
https://www.nongnu.org/m17n/manual-en/m17nDBFormat.html describes the
format. https://git.savannah.nongnu.org/cgit/m17n/m17n-db.git/tree/ has
examples of the files.
closes : vim/vim#16696
https://github.com/vim/vim/commit/ed7d8e55ac232758fc14fd132994b4a09b19350b
Also adjust the xkb parent pattern according to dev_vimpatch.txt.
Co-authored-by: David Mandelberg <david@mandelberg.org >
2025-02-25 09:20:44 +00:00
Christian Clason and Peter Benjamin
8634bd46b2
vim-patch:9.1.1042: filetype: just files are not recognized
...
Problem: filetype: just files are not recognized
Solution: adjust filetype detection pattern, detect just shebang line,
include just ftplugin, indent and syntax plugin
(Peter Benjamin)
closes : vim/vim#16466
https://github.com/vim/vim/commit/72755b3c8e91ec90447969b736f080e0de36003d
Co-authored-by: Peter Benjamin <petermbenjamin@gmail.com >
2025-01-23 09:42:20 +01:00
Christian Clason and Jon Parise
adcd9360df
vim-patch:4ce1cb5: runtime(graphql): contribute vim-graphql to Vim core
...
Contribute the core of my vim-graphql project (ftplugin, indent, syntax)
to the Vim project. This replaces the basic ftplugin support that was
already in the runtime with a more complete set of filetype settings. I
can assume maintainership for all of these files.
I'll continue to maintain the higher-level embedded filetype support
separately (in vim-graphql) for now, because it's fairly complex, but we
can consider integrating that code directly into vim later.
runtime files use the MIT license.
closes : vim/vim#16273
https://github.com/vim/vim/commit/4ce1cb5bf1dc507224792543d8e56e6ab431a2b5
Co-authored-by: Jon Parise <jon@indelible.org >
2024-12-23 11:34:23 +01:00
Christian Clason and Luca Saccarola
4182e98752
vim-patch:b66cac1: runtime(typst): add definition lists to formatlistpat, update maintainer
...
closes : vim/vim#16192
https://github.com/vim/vim/commit/b66cac1a8ed8636a38e867226f5bb621c96ff322
Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com >
2024-12-10 08:06:35 +01:00
dundargoc and zeertzjq
07db909eb5
docs: misc ( #31138 )
...
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-11-21 06:50:30 +08:00
Christian Clason and Lukas Zapletal
a785be9cc7
vim-patch:0acd3ab: runtime(sh): better function support for bash/zsh in indent script
...
closes : vim/vim#16052
https://github.com/vim/vim/commit/0acd3abfadf54a97a3cad999791603aa6a8b2248
Co-authored-by: Lukas Zapletal <lzap+git@redhat.com >
2024-11-15 09:32:15 +01:00
Christian Clason and D. Ben Knoble
c905f16507
vim-patch:8e013b1: runtime(racket): update Racket runtime files
...
This brings the included Racket runtime files to commit c41bc5a (indent
for[*]/lists with accumulator clause correctly, 2024-11-12) of
https://github.com/benknoble/vim-racket .
Note that not all files from that repository are included.
closes : vim/vim#16046
https://github.com/vim/vim/commit/8e013b14211ee236f4866e7281ad4366e0ab18cd
Co-authored-by: D. Ben Knoble <ben.knoble+github@gmail.com >
2024-11-14 09:35:11 +01:00
096cb572af
vim-patch:5ca8f22: runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg
...
closes : vim/vim#15993
https://github.com/vim/vim/commit/5ca8f223f03dbd85f5e06c8e1d500c65f311eaf1
Co-authored-by: Serhii Khoma <srghma@gmail.com >
Co-authored-by: Christian Clason <ch.clason+github@icloud.com >
2024-11-13 08:24:14 +01:00
Gregory Anders
51088b67cb
vim-patch:150b507: runtime(hcl,terraform): Add runtime files for HCL and Terraform ( #30266 )
...
closes : vim/vim#15618
https://github.com/vim/vim/commit/150b5078ac886519083576124090489c3a21bd3b
2024-09-04 19:32:52 -05:00
Christian Clason and Christian Brabandt
77380e1601
vim-patch:c6ed816: runtime(yaml): do not re-indent when commenting out lines
...
It's a personal annoyance for me. I have to edit yaml files on a lot of
customer environments and whenever you type '#' at the start of the
line, the commented line will be indented by whatever indent the
previous line had.
I hate this seriously, because it makes un-commenting painful. So let's
fix this. But instead of messing with the indent function, let's just
remove the '0#' from cinkeys, so that Vim won't perform re-indenting
when commenting out such a yaml file.
closes : vim/vim#15494
https://github.com/vim/vim/commit/c6ed816761f44da92d8c61f5ea6cb7fdbb45fac5
Co-authored-by: Christian Brabandt <cb@256bit.org >
2024-08-17 13:03:13 +02:00
Christian Clason and David Pedersen
f35d5afbf1
vim-patch:39eff4c: runtime(proto): Add indent script for protobuf filetype
...
closes : vim/vim#15446
https://github.com/vim/vim/commit/39eff4cdc055a0f0db0d32fcf7a74fe30ea54f25
Co-authored-by: David Pedersen <limero@me.com >
2024-08-08 00:17:11 +02:00
Christian Clason and Yinzuo Jiang
28e2e8aa04
vim-patch:c0f7505: runtime(lua): add/subtract a 'shiftwidth' after '('/')' in indentexpr
...
Problem:
- Current lua indentexpr does not indent for '(' ')'.
- Missing indent test for lua.
Solution:
- Match '(', ')' in `function GetLuaIndentIntern`.
- Add an indent test for lua.
closes : vim/vim#15364
https://github.com/vim/vim/commit/c0f7505edeb36bf3e19386f276cafad7cba717a2
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com >
2024-08-04 19:00:10 +02:00
Christian Clason and Yinzuo Jiang
1b5a394ffd
vim-patch:011f222: runtime(thrift): add ftplugin, indent and syntax scripts
...
Problem: Apache Thrift files misses ftplugin, indent and syntax scripts
Solution:
- add ftplugin and indent scripts
- add thrift indent test
- port the syntax script from apache/thrift (Apache License 2)
Reference:
https://diwakergupta.github.io/thrift-missing-guide/#_language_reference
closes : vim/vim#15387
https://github.com/vim/vim/commit/011f2223e5df68f45a382f6a9dff6eaf5ecac346
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com >
2024-07-30 10:39:43 +02:00
Gregory Anders
79d492a421
vim-patch:9.1.0610: filetype: OpenGL Shading Language files are not detected ( #29831 )
...
Problem: filetype: OpenGL Shading Language files are not detected
Solution: detect various file extensions as GLSL filetype, include
indent and syntax script, do no longer recognize '*.comp'
as Mason filetype (Gregory Anders)
closes : vim/vim#15317
https://github.com/vim/vim/commit/e4b991ed36f96dd01c6d75e46a04fd1a99180e58
2024-07-23 06:28:05 +08:00
Christian Clason and Gregory Anders
a0fd51c1e2
vim-patch:1cc4cae: runtime(typst): Add typst runtime files
...
closes : vim/vim#15234
https://github.com/vim/vim/commit/1cc4cae961a7b49608ef7bd56837cc723d49db4d
Co-authored-by: Gregory Anders <greg@gpanders.com >
2024-07-16 09:43:57 +02:00
Christian Clason and Yinzuo Jiang
79130c0fd3
vim-patch:9.1.0586: ocaml runtime files are outdated
...
Problem: ocaml runtime files are outdated
Solution: sync those files with the upstream repo,
detect a few more ocaml files
(Yinzuo Jiang)
closes : vim/vim#15260
https://github.com/vim/vim/commit/700cf8cfa1e926e2ba676203b3ad90c2c2083f1d
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com >
2024-07-14 23:55:57 +02:00
Christian Clason and Riley Bruins
26d5253805
vim-patch:fc533c9: runtime(mojo): include mojo ftplugin and indent script
...
Taken from excerpts of the Python ftplugin and adapted,
indent script simply sources the python indent script.
closes : vim/vim#15171
https://github.com/vim/vim/commit/fc533c9f06aff579437f9f2348a21241a72c7967
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-07-12 11:34:11 +02:00
Christian Clason and novenary
c49bcde927
vim-patch:11d5992: runtime(rust): use shiftwidth() in indent script
...
closes : vim/vim#15138
https://github.com/vim/vim/commit/11d599257310bb95a7d1a3537345ae26f36c6210
Co-authored-by: novenary <novenary@kwak.zip >
2024-07-04 23:01:35 +02:00
zeertzjq
12c9791e0f
fix(runtime): stop treesitter highlight in b:undo_ftplugin ( #29533 )
...
It seems that nvim-treesitter stops treesitter highlight when changing
filetype, so it makes sense for builtin ftplugins to do this as well.
Use :call and v:lua here to allow separation with '|'.
2024-07-03 15:24:12 +08:00
Christian Clason and Evan Hanson
5eb604c642
vim-patch:17e0a19: runtime(scheme): update runtime files
...
Add TODO highlighting, disable text-wrapping, add "define-library" to
lispwords on CHICKEN. Update MAINTAINERS.
closes : vim/vim#15063
https://github.com/vim/vim/commit/17e0a1969da4e70771435fc7fa9d8c96d25c8b00
Co-authored-by: Evan Hanson <evhan@foldling.org >
2024-06-21 11:03:47 +02:00
Christian Clason and Yinzuo Jiang
615e859a0e
vim-patch:79da22d: runtime(kdl): fix KdlIndent and kdlComment in indent script ( vim/vim#15019 )
...
https://github.com/vim/vim/commit/79da22de755e28bd8d4f58fc4bf34cf94f45de63
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com >
2024-06-16 12:00:58 +02:00
Christian Clason and Yinzuo Jiang
66a1e028e6
vim-patch:2e3b2a8: runtime(kdl): use shiftwidth() instead of &tabstop in indent script
...
closes : vim/vim#14962
https://github.com/vim/vim/commit/2e3b2a8d8971850f15fb367ddb358a8565e15324
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com >
2024-06-12 00:02:39 +02:00
c06f3dbe3e
vim-patch:2d88210: runtime(kdl): include syntax, indent and ftplugin files
...
closes : vim/vim#14956
https://github.com/vim/vim/commit/2d88210b3c8516c30ed104054e5cdaef67880755
Co-authored-by: inzuo Jiang <jiangyinzuo@foxmail.com >
Co-authored-by: Aram Drevekenin <aram@poor.dev >
2024-06-11 14:00:11 +02:00
Christian Clason and Christian Brabandt
14a7644181
vim-patch:76174e7: runtime(asm): remove the indent plugin since it has too many issues
...
fixes : vim/vim#14791
https://github.com/vim/vim/commit/76174e71101503900d54d38e00b3a869af1fdd85
Co-authored-by: Christian Brabandt <cb@256bit.org >
2024-05-27 06:59:01 +02:00
zeertzjq and Amelia Clarke
3d39ea3ea9
vim-patch:9.1.0442: hare runtime files outdated ( #29011 )
...
Problem: hare runtime files outdated
Solution: runtime(hare): update hare.vim to match upstream
(Amelia Clarke)
closes : vim/vim#14836
https://github.com/vim/vim/commit/35dfe58a540e2fb0eff953630f8e4fcbf4bc26ca
Co-authored-by: Amelia Clarke <selene@perilune.dev >
2024-05-26 07:11:50 +08:00
Christian Clason and K.Takata
2dfce05ec9
vim-patch:957d903cb7af
...
runtime(arduino): Add Arduino ftplugin and indent files (vim/vim#14811 )
We already have Arduino syntax file, but we didn't have ftplugin and
indent files.
This commit adds a basic ftplugin file and a basic indent file.
Both of them are derived from {ftplugin,indent}/c.vim.
https://github.com/vim/vim/commit/957d903cb7af41539efd3195d053293987af85d9
Co-authored-by: K.Takata <kentkt@csc.jp >
2024-05-20 14:43:12 +02:00
Christian Clason and Philip H
9e2f378b6d
vim-patch:9.1.0386: filetype: stylus files not recognized
...
Problem: filetype: stylus files not recognized
Solution: Detect '*.styl' and '*.stylus' as stylus filetype,
include indent, filetype and syntax plugin
(Philip H)
closes : vim/vim#14656
https://github.com/vim/vim/commit/2d919d2744a99c9bb9e79984e85b8e8f5ec14c07
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-05-02 00:37:16 +02:00
Christian Clason and Marc Sven Schulte
05be00a2d1
vim-patch:2e9b9e9a9ebf
...
runtime(asm): missing setlocal in indent plugin (vim/vim#14658 )
https://github.com/vim/vim/commit/2e9b9e9a9ebf3fd40437260ecd6b1e23b02c636b
Co-authored-by: Marc Sven Schulte <167623652+msschulte@users.noreply.github.com >
2024-04-29 00:10:03 +02:00
Christian Clason and Christian Brabandt
d855c7a2fb
vim-patch:98b12ede3175
...
runtime(asm): fix undefined variable in indent plugin
It's an indent script, so we need to set the b:undo_indent variable
instead of the b:undo_ftplugin var.
fixes : vim/vim#14602
https://github.com/vim/vim/commit/98b12ede31754071f36fb7a73324456c1ee7b89c
Co-authored-by: Christian Brabandt <cb@256bit.org >
2024-04-25 23:46:46 +02:00
Christian Clason and Philip H
7b8e582f1c
vim-patch:d3ff129ce8c6
...
runtime(astro): Add filetype, syntax and indent plugin
related: vim/vim#14558
closes : vim/vim#14561
ported from: https://github.com/wuelnerdotexe/vim-astro
https://github.com/vim/vim/commit/d3ff129ce8c68770c47d72ab3f30a21c19530eee
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-04-22 00:18:34 +02:00
zeertzjq and Wu, Zhenyu
d2d4ad4b32
vim-patch:27f17a6d3493
...
runtime(asm): add basic indent support
closes : vim/vim#14383
https://github.com/vim/vim/commit/27f17a6d3493f611f5bdc376217535f9c49b479b
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
2024-04-11 18:22:57 +08:00
Christian Clason and Rocco Mao
d3771e68a2
vim-patch:63833bb0217f
...
runtime(json5): add basic indent support (vim/vim#14298 )
https://github.com/vim/vim/commit/63833bb0217fbfd5556a77103bd6c1ce78cfd996
Co-authored-by: Rocco Mao <dapeng.mao@qq.com >
2024-03-26 21:48:41 +01:00
Christian Clason and Christian Brabandt
c8299d15db
vim-patch:b4eb3f1e4489
...
runtime(yaml): disable multiline_scalar detection by default
There have been many complaints about Yaml indenting too much, because
it considers values to be multi-line by default, which leads to
unintended indenting for (apparently most) users.
So let's hide this feature behind the new feature flag, keep it
simple and prefer single line value key pairs by default.
If you want the old behaviour, set the following value: >
:let g:yaml_indent_multiline_scalar = 1
If not set, it will indent the same as the previous line.
closes vim/vim#13845
https://github.com/vim/vim/commit/b4eb3f1e44896b12fdfa3885a78c6eaa181eaeff
Co-authored-by: Christian Brabandt <cb@256bit.org >
2024-02-29 22:54:57 +01:00
zeertzjq and Christian Brabandt
9bb046d1be
vim-patch:f9ca139e3aa1 ( #27554 )
...
runtime(misc): announce adoption of various runtime files
https://github.com/vim/vim/commit/f9ca139e3aa12dd03177ebba5eedcee4f0836f27
Co-authored-by: Christian Brabandt <cb@256bit.org >
2024-02-21 06:30:18 +08:00
Christian Clason and D. Ben Knoble
e0961aaa5a
vim-patch:83f627ff42a3
...
runtime(racket): add missing space to b:undo_indent var (vim/vim#13945 )
This copies commit 2a4862a (fixup! indent: only reset some options when
has vim9, 2024-01-31) from https://github.com/benknoble/vim-racket and
fixes 26b0176a9 (runtime(racket): undo some indent options only when
vim9script is available (vim/vim#13935 ), 2024-01-30).
https://github.com/vim/vim/commit/83f627ff42a3da94db1299493b2cd1133c179850
Co-authored-by: D. Ben Knoble <ben.knoble+github@gmail.com >
2024-02-01 10:04:32 +01:00
Christian Clason and D. Ben Knoble
6e8e3a2a3a
vim-patch:26b0176a98f8
...
runtime(racket): undo some indent options only when vim9script is available (vim/vim#13935 )
This copies commit 64edf95 (indent: only reset some options when has
vim9, 2024-01-30) from https://github.com/benknoble/vim-racket .
https://github.com/vim/vim/commit/26b0176a98f88acef840d7285e967859eb746c1c
Co-authored-by: D. Ben Knoble <ben.knoble+github@gmail.com >
2024-01-31 09:55:08 +01:00
Jongwook Choi
5b1b765610
docs: enforce "treesitter" spelling #27110
...
It's the "tree-sitter" project, but "treesitter" in our code and docs.
2024-01-28 17:53:14 -08:00
Christian Clason and dkearns
f4acacdb53
vim-patch:50dbe16cd818
...
runtime(qml): Use shiftwidth() in indent plugin (vim/vim#13908 )
Fixes vim/vim#13907
https://github.com/vim/vim/commit/50dbe16cd8180eb03e8589694b574d610e6d562c
Co-authored-by: dkearns <dougkearns@gmail.com >
2024-01-24 11:05:25 +01:00
Sean Dewar and Maxim Kim
f5d59340a6
vim-patch:9b03d3e75b42 ( #27059 )
...
Translate the Vim9 script Godot files to legacy.
`<scriptcmd>` is not ported yet, so replace it with `<Cmd>` and `<SID>`.
If it's ported, `<scriptcmd>call s:` can be used instead.
Includes changes from:
vim-patch:0daafaa7d99e (was partial, but is now pretty much fully ported)
vim-patch:9712ff1288f9
Co-authored-by: Maxim Kim <habamax@gmail.com >
2024-01-17 14:47:40 +00:00
Sean Dewar and Maxim Kim
aa5819f5a5
vim-patch:211211052d04 ( #27048 )
...
runtime(odin): include ftplugin, syntax and indent script (vim/vim#13867 )
https://github.com/vim/vim/commit/211211052d0426394cbd5f42f3f3f78a64822e2a
Translate the files from Vim9 script to legacy Vim script. Notably:
- Prefer case-matching comparisons where needed.
- Save and restore `&cpo`.
- Make the functions script-local. (Pretty easy to use these in expr options now
since Vim 9.0 anyways)
Add a note after the header for each file stating that they're manually
translated.
Co-authored-by: Maxim Kim <habamax@gmail.com >
2024-01-16 23:08:41 +00:00
Christian Clason and Tim Pope
1ef60ea651
vim-patch:715a8058895f
...
runtime(cucumber): Updates to indent and syntax
https://github.com/vim/vim/commit/715a8058895f5908f44ee243fdafa431b6483e47
Co-authored-by: Tim Pope <code@tpope.net >
2023-12-29 00:54:09 +01:00
Christian Clason and Tim Pope
7709597a1d
vim-patch:a907c9199216
...
runtime(sass): Provide sass_recommended_style option
https://github.com/vim/vim/commit/a907c91992167e41da41008d4370e434e324cbf2
Co-authored-by: Tim Pope <code@tpope.net >
2023-12-29 00:54:09 +01:00
Christian Clason and Jakson Alves de Aquino
8492a84bfd
vim-patch:9042bd8b09ba
...
runtime(r): Update R runtime files and docs (vim/vim#13757 )
* Update R runtime files
- Fix indentation issue with ggplot().
- Setlocal autoindent in indent/r.vim.
- New syntax option: rmd_include_latex.
- Clear syn iskeyword to recognize _ as keyword.
- Document some options.
- remove the test has("patch-7.4.1142")
- Update changed date of doc files
https://github.com/vim/vim/commit/9042bd8b09bae0051fdf8eb5a57fa4b4420c92a0
Co-authored-by: Jakson Alves de Aquino <jalvesaq@gmail.com >
2023-12-27 10:55:29 +01:00
Christian Clason and Ajit-Thakkar
7121241e5c
vim-patch:ea9964a36f94
...
Runtime(fortran): updates to indent, syntax and ftplugin (vim/vim#13752 )
* runtime update fortran.vim
Add folding for newer features of Fortran
* Runtime Update fortran.vim
Add indent support for newer features of Fortran
* Runtime Update fortran.vim
Add newer features of Fortran to matchit patterns
https://github.com/vim/vim/commit/ea9964a36f948c1266d43dd8b3890c6f3bdd243d
Co-authored-by: Ajit-Thakkar <142174202+Ajit-Thakkar@users.noreply.github.com >
2023-12-23 12:41:10 +01:00
Christian Clason and D. Ben Knoble
ba613d63c4
vim-patch:5eb9cb53d619
...
runtime(racket): update Racket runtime files (vim/vim#13693 )
This brings the included Racket runtime files to commit 43bfc87 (update
headers, 2023-12-15) of https://github.com/benknoble/vim-racket . Note
that not all files from that repository are included. (In particular,
the ftdetect script is omitted for now.)
https://github.com/vim/vim/commit/5eb9cb53d619f89251d22299e2cb4f21918d9d38
Co-authored-by: D. Ben Knoble <ben.knoble+github@gmail.com >
2023-12-16 15:57:22 +01:00
Christian Clason and Eisuke Kawashima
34f008e247
vim-patch:3afc9f2556fa
...
runtime(cmake): sync runtime files with upstream (vim/vim#13597 )
https://github.com/vim/vim/commit/3afc9f2556faf2574d7950d879f2bf61612f3367
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com >
2023-12-15 10:30:13 +01:00
Christian Clason and Ajit-Thakkar
f64e4b43e1
vim-patch:6863084d3bd0
...
runtime(fortran): update syntax and ftplugins
closes : vim/vim#13629
https://github.com/vim/vim/commit/6863084d3bd044700973e6180ccb1a044566ec46
Co-authored-by: Ajit-Thakkar <142174202+Ajit-Thakkar@users.noreply.github.com >
2023-12-06 14:59:38 +01:00