File: pov.yaml

package info (click to toggle)
micro 2.0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,128 kB
  • sloc: sh: 265; makefile: 77; xml: 53
file content (21 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
filetype: pov

detect:
    filename: "\\.(pov|POV|povray|POVRAY)$"

rules:
    - preproc: "^[[:space:]]*#[[:space:]]*(declare)"
    - statement: "\\b(sphere|cylinder|translate|matrix|rotate|scale)\\b"
    - statement: "\\b(orthographic|location|up|right|direction|clipped_by)\\b"
    - statement: "\\b(fog_type|fog_offset|fog_alt|rgb|distance|transform)\\b"
    - identifier: "^\\b(texture)\\b"
    - identifier: "\\b(light_source|background)\\b"
    - identifier: "\\b(fog|object|camera)\\b"
    - symbol.operator: "(\\{|\\}|\\(|\\)|\\;|\\]|\\[|`|\\\\|\\$|<|>|!|=|&|\\|)"
    - special: "\\b(union|group|subgroup)\\b"
    - comment: "//.*"
    - comment:
        start: "/\\*"
        end: "\\*/"
        rules: []