micro
micro copied to clipboard
Update `syntax/README.md` and replace `\<`, `\>` in syntax files
Some of the changes done in this pull request are written below:
- Replacing
\<and\>with\bin syntax files - The nanorc files where most syntax files originated use\<and\>to match word boundaries, but they were still contained in few files.\>inobjc.yamlandperl.yamlare retained, since I can't determine the purpose of the patterns. - Replacing list in
runtime/syntax/README.mdto syntax files with hardcoded colors - It was mentioned in #3606 (direct link needed since account deleted?) that the list doesn't match. I'm not familiar with the file types where hardcoded colors are used, so I modified the list only.- I mentioned
asciidoc.yamlbut there's only a rule which changes font style, so it's excluded.
- I mentioned
- Merging
sage.yamlwithpython3.yaml- I'm not exactly sure what Sage is but syntax file differences only seemed to be old Python features, so they are merged.- Scripts seemed similar when I looked at these links: