mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
fix(formatter): simplify code, remove odd line break
This commit is contained in:
parent
0a9108a7e4
commit
674100c1fc
6 changed files with 31 additions and 58 deletions
|
|
@ -302,8 +302,7 @@
|
|||
"var_to_str" "weakref" "wrap" "wrapf" "wrapi"
|
||||
; from modules/gdscript/doc_classes/@GDScript.xml
|
||||
"Color8" "assert" "char" "convert" "dict_to_inst" "get_stack" "inst_to_dict" "is_instance_of"
|
||||
"len" "load" "preload" "print_debug" "print_stack" "range" "type_exists")
|
||||
)
|
||||
"len" "load" "preload" "print_debug" "print_stack" "range" "type_exists"))
|
||||
|
||||
; Builtin Constants
|
||||
((identifier) @constant.builtin
|
||||
|
|
|
|||
|
|
@ -29,8 +29,7 @@
|
|||
"mod" "mul" "max" "min" "len" "addf" "add1f" "subf" "divf" "mulf" "maxf" "minf" "floor" "ceil"
|
||||
"round" "getHostByName" "base" "dir" "clean" "ext" "isAbs" "kindOf" "kindIs" "typeOf" "typeIs"
|
||||
"typeIsLike" "deepequal" "semver" "semverCompare" "urlParse" "urlJoin" "urlquery" "lookup"
|
||||
"include")
|
||||
)
|
||||
"include"))
|
||||
|
||||
; {{ .Values.test }}
|
||||
(selector_expression
|
||||
|
|
|
|||
|
|
@ -107,5 +107,4 @@
|
|||
"reduce_max" "reduce_min" "rotate" "round" "rsqrt" "rsqrt_fast" "saturating_add"
|
||||
"saturating_div" "saturating_mul" "saturating_sub" "seed_rng" "select" "shift" "shuffle"
|
||||
"signbits" "sign_extend" "sin" "sincos" "soa_to_aos2" "soa_to_aos3" "soa_to_aos4" "sqrt"
|
||||
"streaming_load" "streaming_load_uniform" "streaming_store" "tan" "trunc")
|
||||
)
|
||||
"streaming_load" "streaming_load_uniform" "streaming_store" "tan" "trunc"))
|
||||
|
|
|
|||
|
|
@ -129,8 +129,7 @@
|
|||
"__currentSystem" "__hashFile" "__path" "__unsafeDiscardOutputDependency" "__currentTime"
|
||||
"__hashString" "__pathExists" "__unsafeDiscardStringContext" "__deepSeq" "__head" "__readDir"
|
||||
"__unsafeGetAttrPos" "__div" "__intersectAttrs" "__readFile" "__zipAttrsWith" "__elem"
|
||||
"__isAttrs" "__replaceStrings" "__elemAt" "__isBool" "__seq" "__fetchurl" "__isFloat" "__sort")
|
||||
)
|
||||
"__isAttrs" "__replaceStrings" "__elemAt" "__isBool" "__seq" "__fetchurl" "__isFloat" "__sort"))
|
||||
|
||||
; constants
|
||||
(variable_expression
|
||||
|
|
|
|||
|
|
@ -239,8 +239,7 @@
|
|||
"System.Management.Automation.PSScriptCmdlet" "Management.Automation.ErrorRecord"
|
||||
"System.Management.Automation.ErrorRecord" "Management.Automation.PSCredential"
|
||||
"System.Management.Automation.PSCredential" "Management.Automation.PSMethod"
|
||||
"System.Management.Automation.PSMethod")
|
||||
)
|
||||
"System.Management.Automation.PSMethod"))
|
||||
|
||||
; Function definitions
|
||||
;---------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue