This commit is contained in:
root
2019-08-30 19:30:19 +02:00
commit 6f2b105ca0
595 changed files with 78405 additions and 0 deletions

8
langs/scala/modifier.txt Normal file
View File

@ -0,0 +1,8 @@
abstract
lazy
override
sealed
private
final
implicit
protected

40
langs/scala/reserved.txt Normal file
View File

@ -0,0 +1,40 @@
import
do
object
return
trait
var
_
case
else
for
finally
try
while
catch
extends
forSome
match
package
super
true
with
class
false
if
new
this
type
yield
def
null
throw
val
:
=
=>
<-
<:
<%
>:
#

23
langs/scala/scala.txt Normal file
View File

@ -0,0 +1,23 @@
### JAVA LANGUAGE ###
# ELEMENT_NAME [optional-css-class] REGULAR_EXPRESSION
NAME Scala
VERSION 2.10.0
COMMENT (?default)
STRING (?default)
NOTATION \@[\w-]+
STATEMENT (?default)
RESERVED (?default)|\b(?alt:reserved.txt)\b
TYPE (?default)
MODIFIER (?default)|\b(?alt:modifier.txt)\b
ENTITY (?default)|\b[a-z_]\w+\s*\|\s*[a-z_]\w+\b\s+(?=\b[a-z_]\w+\b)
VARIABLE (?default)
GENERIC:ENTITY <\w+>
IDENTIFIER (?default)
CONSTANT (?default)
OPERATOR (?default)
SYMBOL (?default)