mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add .me and other text filenames.
click.me by Bram Moolenaar; VIM license.
This commit is contained in:
@@ -3574,6 +3574,17 @@ Text:
|
|||||||
- .txt
|
- .txt
|
||||||
- .fr
|
- .fr
|
||||||
- .ncl
|
- .ncl
|
||||||
|
filenames:
|
||||||
|
- COPYING
|
||||||
|
- INSTALL
|
||||||
|
- LICENSE
|
||||||
|
- NEWS
|
||||||
|
- README.me
|
||||||
|
- click.me
|
||||||
|
- delete.me
|
||||||
|
- keep.me
|
||||||
|
- read.me
|
||||||
|
- test.me
|
||||||
tm_scope: none
|
tm_scope: none
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
|
||||||
|
|||||||
1
samples/Text/filenames/README.me
Normal file
1
samples/Text/filenames/README.me
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Please read me.
|
||||||
9
samples/Text/filenames/click.me
Normal file
9
samples/Text/filenames/click.me
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
To run the "Conway's game of life" macros:
|
||||||
|
|
||||||
|
1. Type ":so life.vim". This loads the macros.
|
||||||
|
2. Type "g" to run the macros.
|
||||||
|
3. Type CTRL-C to interrupt.
|
||||||
|
4. Type ":q!" to get out.
|
||||||
|
|
||||||
|
See life.vim for more advanced usage.
|
||||||
1
samples/Text/filenames/delete.me
Normal file
1
samples/Text/filenames/delete.me
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Delete me.
|
||||||
1
samples/Text/filenames/keep.me
Normal file
1
samples/Text/filenames/keep.me
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Keep me.
|
||||||
1
samples/Text/filenames/read.me
Normal file
1
samples/Text/filenames/read.me
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Read me now!
|
||||||
1
samples/Text/filenames/test.me
Normal file
1
samples/Text/filenames/test.me
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Test me.
|
||||||
Reference in New Issue
Block a user