]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/README.md
Merge pull request #233 from schollz/master
[micro.git] / runtime / syntax / README.md
index 6879fa4aee9cc3ac993b1542155f30b76ff7d6c2..d4d3c6c91624d722915233e6a6ad4e76cfe7f7dc 100644 (file)
@@ -1,15 +1,13 @@
 # Micro syntax highlighting files
 
 These are the syntax highlighting files for micro. To install them, just
-put all the syntax files in `~/.micro/syntax`.
+put all the syntax files in `~/.config/micro/syntax`.
 
 They are taken from Nano, specifically from [this repository](https://github.com/scopatz/nanorc).
 Micro syntax files are almost identical to Nano's, except for some key differences:
 
 * Micro does not use `icolor`. Instead, for a case insensitive match, use the case insensitive flag (`i`) in the regular expression
     * For example, `icolor green ".*"` would become `color green (i) ".*"`
-* Micro does not support `start="..." end="..."`. Instead use the `s` flag to match newlines and put `.*?` in the middle
-    * For example `color green start="hello" end="world"` would become `color green (s) "hello.*?world"`
 
 # Using with colorschemes
 
@@ -37,4 +35,4 @@ Here is a list of the files that have been converted to properly use colorscheme
 # License
 
 Because the nano syntax files I have modified are distributed under the GNU GPLv3 license, these files are also distributed
-under that license. See [LICENSE](runtime/syntax/LICENSE).
+under that license. See [LICENSE](LICENSE).