mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Add Opal to list of recognized languages
This commit is contained in:
9
samples/Opal/DeepakChopra.opal
Normal file
9
samples/Opal/DeepakChopra.opal
Normal 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
|
||||
Reference in New Issue
Block a user