37 lines
959 B
Plaintext
37 lines
959 B
Plaintext
# ==============================================================================
|
|
# Auth: dodd
|
|
# File: test.prv
|
|
# Revn: 04-17-2023 1.0
|
|
# Func: show all of the functions of the prv syntax highlighting
|
|
#
|
|
# TODO: update as needed
|
|
# ==============================================================================
|
|
# CHANGE LOG
|
|
# ------------------------------------------------------------------------------
|
|
# 04-17-2023: wrote and commented
|
|
#
|
|
# ==============================================================================
|
|
|
|
// we out here in that single line comment
|
|
|
|
/* in-line comment */ un highlighted, not in brackets
|
|
|
|
/* also functions as a
|
|
multiline comment */ notice how this is not highlighted
|
|
|
|
// bad people names
|
|
mstislav Mstislav Boris boris
|
|
// neutral people names
|
|
yaroslav Yaroslav
|
|
// good people names
|
|
miro Miro Dobra dobra
|
|
|
|
// place names :)
|
|
Providence
|
|
|
|
|
|
// latin word, german word
|
|
constable reeve
|
|
// russogermanic, slavic
|
|
skazarktos slava
|