Add Opal to list of recognized languages

This commit is contained in:
John Haugeland
2014-08-20 20:31:29 -07:00
parent 8a61bcb6b5
commit c97abe7ef5
2 changed files with 16 additions and 0 deletions

View File

@@ -1564,6 +1564,13 @@ Opa:
extensions:
- .opa
Opal:
type: programming
color: "#f7ede0"
lexer: Text only
extensions:
- .opal
OpenCL:
type: programming
group: C

View File

@@ -0,0 +1,9 @@
-- Deepak Chopra nonsense text generator
-- see https://github.com/StoneCypher/DeepakChopra_Opal/
starts = ["Experiential truth ", "The physical world ", "Non-judgment ", "Quantum physics "]
middles = ["nurtures an ", "projects onto ", "imparts reality to ", "constructs with "]
qualifiers = ["abundance of ", "the barrier of ", "self-righteous ", "potential "]
finishes = ["marvel.", "choices.", "creativity.", "actions."]
alert starts.sample + middles.sample + qualifiers.sample + finishes.sample