We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9cb12 commit 5952869Copy full SHA for 5952869
1 file changed
dictionary.txt
@@ -0,0 +1,23 @@
1
+定義:definition
2
+定数:constant
3
+変数:variable
4
+関数:function
5
+オブジェクト:object
6
+クラス:class
7
+文字列:string
8
+正規表現:regular expression
9
+リテラル:literal
10
+メソッド呼び出し:method call
11
+制御構造:control structure
12
+継承:inheritance
13
+参照:(variable) reference
14
+代入:(variable) assignment
15
+名前空間:namespace
16
+返り値:return value
17
+予約語:reserved word
18
+特異メソッド:singleton method
19
+型:type (in C)
20
+構造体:structure (in C)
21
+記号:symbol (in a parser input)
22
+文:statement
23
+式:expression
0 commit comments