Compare commits
4 commits
eb1d371499
...
2917939176
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 2917939176 | ||
Bruno BELANYI | 268dd92906 | ||
Bruno BELANYI | 9d9238f284 | ||
Bruno BELANYI | 089a585a41 |
|
@ -16,9 +16,4 @@
|
|||
(method_declaration)
|
||||
] @fold
|
||||
|
||||
[
|
||||
(comment)
|
||||
(string_literal)
|
||||
] @ignore
|
||||
|
||||
; vim: sw=2 foldmethod=marker
|
||||
|
|
|
@ -34,30 +34,25 @@
|
|||
"method"
|
||||
] @keyword.method
|
||||
|
||||
[
|
||||
"import"
|
||||
] @include
|
||||
|
||||
[
|
||||
"array"
|
||||
(break_expression)
|
||||
"do"
|
||||
"else"
|
||||
"end"
|
||||
"for"
|
||||
"function"
|
||||
"if"
|
||||
"import"
|
||||
"in"
|
||||
"let"
|
||||
"of"
|
||||
"primitive"
|
||||
"then"
|
||||
"to"
|
||||
"type"
|
||||
"var"
|
||||
"while"
|
||||
|
||||
"class"
|
||||
"extends"
|
||||
"method"
|
||||
"new"
|
||||
|
||||
"_cast"
|
||||
"_chunks"
|
||||
|
|
|
@ -31,8 +31,9 @@
|
|||
; Class {{{
|
||||
(class_declaration
|
||||
fields: (_)* @class.inner) @class.outer
|
||||
(class_type
|
||||
fields: (_)* @class.inner) @class.outer
|
||||
(type_declaration
|
||||
(class_type
|
||||
fields: (_)* @class.inner)) @class.outer
|
||||
; }}}
|
||||
|
||||
; Misc {{{
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
import "lib.tih"
|
||||
/* <- keyword */
|
||||
/* <- include */
|
||||
/* ^ string.special.path */
|
||||
|
|
|
@ -10,7 +10,7 @@ let
|
|||
/* <- keyword.function */
|
||||
|
||||
import "lib.tih"
|
||||
/* <- keyword */
|
||||
/* <- include */
|
||||
|
||||
type array_of_int = array of int
|
||||
/* <- keyword */
|
||||
|
|
Loading…
Reference in a new issue