mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-27 00:26:15 +02:00
[vim9script] Disable language highlighting
This commit is contained in:
@@ -41,9 +41,7 @@ You can also define your own commands that call functions.
|
|||||||
|
|
||||||
Try [vim9-conversion-aid](https://github.com/ubaldot/vim9-conversion-aid) as a starting point to convert legacy Vimscript to Vim9Script.
|
Try [vim9-conversion-aid](https://github.com/ubaldot/vim9-conversion-aid) as a starting point to convert legacy Vimscript to Vim9Script.
|
||||||
|
|
||||||
```vim
|
```
|
||||||
vim9script
|
|
||||||
|
|
||||||
# The vim9script namespace, above, is required to distinguish a Vim9 script
|
# The vim9script namespace, above, is required to distinguish a Vim9 script
|
||||||
# *.vim file from a legacy vimscript file. In Vim's command-line mode,
|
# *.vim file from a legacy vimscript file. In Vim's command-line mode,
|
||||||
# or in a legacy script, using the command `:vim9cmd` (or just `:vim9`) before
|
# or in a legacy script, using the command `:vim9cmd` (or just `:vim9`) before
|
||||||
|
Reference in New Issue
Block a user