Merge pull request #1475 from StoneCypher/AddOpalToRecognizedLanguages

Add Opal to list of recognized languages
This commit is contained in:
Arfon Smith
2014-08-28 09:48:20 -05:00
2 changed files with 16 additions and 0 deletions

View File

@@ -1569,6 +1569,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