diff options
author | 2014-05-10 21:30:15 -0400 | |
---|---|---|
committer | 2014-05-10 21:30:15 -0400 | |
commit | 748c0e945b80ff65348a035bccbcdce05c24406d (patch) | |
tree | 254ca51d15260f14d913870117e8abd8381b3ac2 /doc/06_AdeptEditing.md | |
parent | 0973c9501b5f6d68e06960fbf57a45e215c78ac5 (diff) | |
download | textadept-748c0e945b80ff65348a035bccbcdce05c24406d.tar.gz textadept-748c0e945b80ff65348a035bccbcdce05c24406d.zip |
Recognize reST and YAML files.
Requires Scintillua r423.
Diffstat (limited to 'doc/06_AdeptEditing.md')
-rw-r--r-- | doc/06_AdeptEditing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index deb016bf..65cb750d 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -210,7 +210,7 @@ search. ## Source Code Editing Being a programmer's editor, Textadept excels at editing source code. It -understands the syntax and structure of more than 80 different programming +understands the syntax and structure of more than 90 different programming languages and recognizes hundreds of file types. Textadept uses this knowledge to make viewing and editing code faster and easier. It can also compile and run simple source files. |