1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-28 17:09:50 +02:00

Update prolog.nanorc

This commit is contained in:
Muhammad Hussein Fattahizadeh 2019-12-31 02:20:15 +03:30 committed by GitHub
parent 111e773fa5
commit eea5629d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
## Here is a prolog example.
syntax prolog "\.pl"
syntax "prolog" "\.pl"
comment "%"
# Reset everything
color normal ".*"
color white ".*"
# Integers and floats
color yellow "(^| |=)[0-9]+\.?[0-9]*"