+14
-1
lines changedFilter options
+14
-1
lines changed Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ A collection of language packs for Vim.
7
7
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
8
8
9
9
- It **won't affect your startup time**, as scripts are loaded only on demand\*.
10
-
- It **installs and updates 120+ times faster** than the <!--Package Count-->598<!--/Package Count--> packages it consists of.
10
+
- It **installs and updates 120+ times faster** than the <!--Package Count-->599<!--/Package Count--> packages it consists of.
11
11
- It is also more secure (scripts loaded for every filetype are generated by vim-polyglot)
12
12
- Best syntax and indentation support (no other features). Hand-selected language packs.
13
13
- Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled)
Original file line number Diff line number Diff line change
@@ -560,6 +560,7 @@ let s:globs = {
560
560
\ 'tssop': '*.tssop',
561
561
\ 'tt2': '*.tt2',
562
562
\ 'tt2html': '*.tt2',
563
+
\ 'tutor': '*.tutor',
563
564
\ 'typescript': '*.ts',
564
565
\ 'typescriptreact': '*.tsx',
565
566
\ 'uc': '*.uc',
Original file line number Diff line number Diff line change
@@ -1856,6 +1856,10 @@ if !has_key(g:polyglot_is_disabled, 'twig')
1856
1856
au BufNewFile,BufRead *.xml.twig setf xml.twig
1857
1857
endif
1858
1858
1859
+
if !has_key(g:polyglot_is_disabled, 'tutor')
1860
+
au BufNewFile,BufRead *.tutor setf tutor
1861
+
endif
1862
+
1859
1863
if !has_key(g:polyglot_is_disabled, 'tptp')
1860
1864
au BufNewFile,BufRead *.ax,*.p,*.tptp setf tptp
1861
1865
endif
Original file line number Diff line number Diff line change
@@ -1672,6 +1672,12 @@ filetypes:
1672
1672
- tptp
1673
1673
- ax
1674
1674
---
1675
+
name: tutor
1676
+
filetypes:
1677
+
- name: tutor
1678
+
extensions:
1679
+
- tutor
1680
+
---
1675
1681
name: twig
1676
1682
remote: lumiliet/vim-twig
1677
1683
filetypes:
Original file line number Diff line number Diff line change
@@ -176,6 +176,7 @@ call TestFiletype('sql')
176
176
call TestFiletype('cql')
177
177
call TestFiletype('php')
178
178
call TestFiletype('blade')
179
+
call TestFiletype('pest')
179
180
call TestFiletype('plantuml')
180
181
call TestFiletype('pony')
181
182
call TestFiletype('ps1')
@@ -224,6 +225,7 @@ call TestFiletype('thrift')
224
225
call TestFiletype('tmux')
225
226
call TestFiletype('toml')
226
227
call TestFiletype('tptp')
228
+
call TestFiletype('tutor')
227
229
call TestFiletype('html.twig')
228
230
call TestFiletype('xml.twig')
229
231
call TestFiletype('typescript')
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4