File: syntax-lint.dterc

package info (click to toggle)
dte 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,152 kB
  • sloc: ansic: 28,421; sh: 94; awk: 56; makefile: 13; sed: 1
file content (16 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
syntax .test-string

state string
    char "\"" END string
    eat string

syntax test

state code
	char -b a-z ident
    char \" .test-string:code
    eat code

state ident
    char -b a-z ident
    noeat ident