Chosko / language-clips

CLIPS syntax and snippets for atom editor
MIT License
4 stars 4 forks source link

Add allowed symbols and type to slot modifier list #3

Closed adrientoub closed 8 years ago

adrientoub commented 8 years ago

Improve syntax coloration when using type or allowed-symbols in a slot modifier list.

(slot name (type SYMBOL))

(slot sex (allowed-symbols male female))

Chosko commented 8 years ago

Thanks for your contribution!