init
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# ==============================================================================
|
||||
# Auth: Alex Celani
|
||||
# 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
|
||||
Reference in New Issue
Block a user