~ubuntu-branches/debian/sid/nano/sid

« back to all changes in this revision

Viewing changes to doc/syntax/changelog.nanorc

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2015-07-06 14:05:33 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20150706140533-atf2ip59pqbspkjo
Tags: 2.4.2-1
* The "Acord del Botànic" release.
* New upstream release.
  - Includes many improvements to syntax hightlighting definitions
    (closes: #664456, #688892, #744005, #783763, #785508, #788318, #790017).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
color cyan "[[:space:]]-[a-zA-Z\$]" "--[8a-z-]+"
14
14
# Bug and patch numbers.
15
15
color cyan "bug #[0-9]{5,6}" "patch #[0-9]{4,5}"
16
 
# Probable variables, for variety.
 
16
# Probable constants, for variety.
17
17
color brightred "\<[A-Z_][0-9A-Z_]+\>"
18
18
# Key sequences.
19
19
color brightblue "\^[A-Z]" "\<M-." "\<F1?[0-9]" "(\^|M-)Space"
20
20
 
21
21
# Changed files.
22
 
color magenta start="^( | {8})\* " end=":( |$)"
 
22
color magenta start="^( | {8})\* " end="(:( |$)|^$)"
 
23
 
 
24
# Release markers.
 
25
color brightblue "^(GNU )?nano[- ][0-9]\.[0-9]\.[^ ]+"
23
26
 
24
27
# Trailing whitespace.
25
28
color ,green "[[:space:]]+$"